From e50b4ebc796340d5ab502c4ec38d0a932f7750f9 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 17 Apr 2023 17:48:02 +0300 Subject: [PATCH] Use aeserialization v1.0.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 2647c3e..8ccf8f0 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {deps, [ {eblake2, "1.0.0"} , {aeserialization, {git, "https://github.com/aeternity/aeserialization.git", - {ref, "177bf60"}}} + {tag, "v1.0.0"}}} , {getopt, "1.0.1"} ]}.