Browse Source

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 12 years ago
parent
commit
ba95463104
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

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

Loading…
Cancel
Save