From 4c87e7d239134e1db164207dc25e8906c15bd6fe Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:24:11 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-block. Co-authored-by: Alexey Danilevich --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e924e3..304f356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ever_assembler' -version = '1.5.1' +version = '1.5.2' [dependencies] clap = { features = [ 'derive' ], version = '4.3' } @@ -14,7 +14,7 @@ num-traits = '0.2' serde = { features = [ 'derive' ], version = '1.0' } serde_json = '1.0' ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.0' } -ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.1' } +ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.2' } [features] gosh = [ ]