Procházet zdrojové kódy

Use v1.1 of the double-conversion library

Using a fixed version of the double-conversion library rather
then master prevents accidental future breakage.
pull/35/head
Volker Mische před 12 roky
rodič
revize
ba95463104
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Zobrazit soubor

@ -30,5 +30,5 @@
{deps, [
{'double-conversion', ".*",
{git, "https://code.google.com/p/double-conversion/", "master"}, [raw]}
{git, "https://code.google.com/p/double-conversion/", "v1.1"}, [raw]}
]}.

Načítá se…
Zrušit
Uložit