Skip to content

Commit 6bd6f82

Browse files
authored
Upgrade to the latest version of aeserialization to fix C warnings (#118)
1 parent 009e036 commit 6bd6f82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{deps, [ {eblake2, "1.0.0"}
88
, {aeserialization, {git, "https://github.com/aeternity/aeserialization.git",
9-
{tag, "v1.0.0"}}}
9+
{tag, "v1.1.1"}}}
1010
, {getopt, "1.0.1"}
1111
]}.
1212

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{"1.2.0",
22
[{<<"aeserialization">>,
33
{git,"https://github.com/aeternity/aeserialization.git",
4-
{ref,"177bf604b2a05e940f92cf00e96e6e269e708245"}},
4+
{ref,"b26e6d105424748ba1c27917267b7cff07f37802"}},
55
0},
66
{<<"base58">>,
77
{git,"https://github.com/aeternity/erl-base58.git",
@@ -10,7 +10,7 @@
1010
{<<"eblake2">>,{pkg,<<"eblake2">>,<<"1.0.0">>},0},
1111
{<<"enacl">>,
1212
{git,"https://github.com/aeternity/enacl.git",
13-
{ref,"793ddb502f7fe081302e1c42227dca70b09f8e17"}},
13+
{ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}},
1414
1},
1515
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}.
1616
[

0 commit comments

Comments
 (0)