Upgrade to the latest aebytecode to fix C warnings (#509)

This commit is contained in:
Gaith Hallak
2024-05-24 15:46:21 +03:00
committed by GitHub
parent ffdd4ecf26
commit 83dcc6dbc4
4 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
{erl_opts, [debug_info]}.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {tag, "v3.4.0"}}}
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {tag, "v3.4.1"}}}
, {eblake2, "1.0.0"}
, {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}
]}.
@@ -13,7 +13,7 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {aesophia, "8.0.0"},
{relx, [{release, {aesophia, "8.0.1"},
[aesophia, aebytecode]},
{dev_mode, true},