Add bitwise operations, MULMOD, addr_to_bytes and Poseidon hash #843

Merged
zxq9 merged 2 commits from ceres_extension into ceres 2021-11-19 19:26:27 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 11ad35fb47 - Show all commits

View File

@ -15,7 +15,7 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {aesophia, "6.1.0"},
{relx, [{release, {aesophia, "7.0.0"},
[aesophia, aebytecode, getopt]},
{dev_mode, true},

View File

@ -1,6 +1,6 @@
{application, aesophia,
[{description, "Compiler for Aeternity Sophia language"},
{vsn, "6.1.0"},
{vsn, "7.0.0"},
{registered, []},
{applications,
[kernel,