changed
hex_metadata.config
|
@@ -42,14 +42,9 @@
|
42
42
|
{<<"optional">>,false},
|
43
43
|
{<<"repository">>,<<"hexpm">>},
|
44
44
|
{<<"requirement">>,<<"~> 0.3.0">>}],
|
45
|
- [{<<"app">>,<<"poison">>},
|
46
|
- {<<"name">>,<<"poison">>},
|
47
|
- {<<"optional">>,false},
|
48
|
- {<<"repository">>,<<"hexpm">>},
|
49
|
- {<<"requirement">>,<<"~> 5.0.0">>}],
|
50
45
|
[{<<"app">>,<<"ex_secp256k1">>},
|
51
46
|
{<<"name">>,<<"ex_secp256k1">>},
|
52
47
|
{<<"optional">>,false},
|
53
48
|
{<<"repository">>,<<"hexpm">>},
|
54
49
|
{<<"requirement">>,<<"~> 0.2.1">>}]]}.
|
55
|
- {<<"version">>,<<"0.6.4">>}.
|
50
|
+ {<<"version">>,<<"0.6.5">>}.
|
changed
mix.exs
|
@@ -1,7 +1,7 @@
|
1
1
|
defmodule Eth.Mixfile do
|
2
2
|
use Mix.Project
|
3
3
|
|
4
|
- @version "0.6.4"
|
4
|
+ @version "0.6.5"
|
5
5
|
@source_url "https://github.com/izelnakri/eth"
|
6
6
|
|
7
7
|
def project() do
|
|
@@ -34,7 +34,7 @@ defmodule Eth.Mixfile do
|
34
34
|
{:hexate, "~> 0.6.1"},
|
35
35
|
{:ex_keccak, "~> 0.2.0"},
|
36
36
|
{:mnemonic, "~> 0.3.0"},
|
37
|
- {:poison, "~> 5.0.0"},
|
37
|
+ {:poison, "~> 5.0.0", only: :test},
|
38
38
|
{:ex_secp256k1, "~> 0.2.1"},
|
39
39
|
]
|
40
40
|
end
|