From a415e4f06ff4ce622f4221d1a991db3f2762dd97 Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:03:11 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-block. Co-authored-by: Kirill <43584399+Sumrachek@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9de2caa..6b5f1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ever_assembler' -version = '1.7.0' +version = '1.7.1' [dependencies] anyhow = '1.0' @@ -14,8 +14,8 @@ num-traits = '0.2' serde = { features = [ 'derive' ], version = '1.0' } serde_json = '1.0' thiserror = '1.0' -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.19' } -ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.20' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' } +ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.21' } [features] gosh = [ ]