Skip to content

Commit 8269dbd

Browse files
authored
Update rebar3 and aeserialization (#109)
* Update rebar3 and aeserialization * Version
1 parent 08cc0a9 commit 8269dbd

3 files changed

Lines changed: 9 additions & 6 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-
{ref, "47aaa8f"}}}
9+
{ref, "eb68fe3"}}}
1010
, {getopt, "1.0.1"}
1111
]}.
1212

rebar.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{"1.1.0",
1+
{"1.2.0",
22
[{<<"aeserialization">>,
33
{git,"https://github.com/aeternity/aeserialization.git",
4-
{ref,"47aaa8f5434b365c50a35bfd1490340b19241991"}},
4+
{ref,"eb68fe331bd476910394966b7f5ede7a74d37e35"}},
55
0},
66
{<<"base58">>,
77
{git,"https://github.com/aeternity/erl-base58.git",
@@ -10,11 +10,14 @@
1010
{<<"eblake2">>,{pkg,<<"eblake2">>,<<"1.0.0">>},0},
1111
{<<"enacl">>,
1212
{git,"https://github.com/aeternity/enacl.git",
13-
{ref,"26180f42c0b3a450905d2efd8bc7fd5fd9cece75"}},
13+
{ref,"793ddb502f7fe081302e1c42227dca70b09f8e17"}},
1414
1},
1515
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}.
1616
[
1717
{pkg_hash,[
1818
{<<"eblake2">>, <<"EC8AD20E438AAB3F2E8D5D118C366A0754219195F8A0F536587440F8F9BCF2EF">>},
19-
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>}]}
19+
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>}]},
20+
{pkg_hash_ext,[
21+
{<<"eblake2">>, <<"3C4D300A91845B25D501929A26AC2E6F7157480846FAB2347A4C11AE52E08A99">>},
22+
{<<"getopt">>, <<"53E1AB83B9CEB65C9672D3E7A35B8092E9BDC9B3EE80721471A161C10C59959C">>}]}
2023
].

src/aebytecode.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, aebytecode,
22
[{description, "Bytecode definitions, serialization and deserialization for aeternity."},
3-
{vsn, "2.1.0"},
3+
{vsn, "3.1.1"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)