From 27bc5474cbcb20d3767b95160077e9b221f61a64 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Tue, 2 Apr 2019 12:44:51 +0200 Subject: [PATCH 1/2] Upgrade aebytecode to new variant type representation. --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index a7e1255..54267bf 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {erl_opts, [debug_info]}. {deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", - {ref,"34ae94e"}}} + {ref,"2d599d"}}} , {getopt, "1.0.1"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}} diff --git a/rebar.lock b/rebar.lock index 00cd978..21a5d10 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,7 +1,7 @@ {"1.1.0", [{<<"aebytecode">>, {git,"https://github.com/aeternity/aebytecode.git", - {ref,"34ae94e3e74fbd2ff36f7e5d601b9fd8318a9832"}}, + {ref,"2d599df0ea059df597a49e140e7100b0e8585cd9"}}, 0}, {<<"aeserialization">>, {git,"https://github.com/aeternity/aeserialization.git", From 30fbcc50c51ce44958858399eaacaa18b67b5658 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Tue, 2 Apr 2019 13:53:54 +0200 Subject: [PATCH 2/2] Longer ref. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 54267bf..9f660d7 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {erl_opts, [debug_info]}. {deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", - {ref,"2d599d"}}} + {ref,"2d599df"}}} , {getopt, "1.0.1"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}