diff --git a/Cargo.toml b/Cargo.toml index 26f5c7d..71f090c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ever_assembler' -version = '1.6.5' +version = '1.6.6' [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.2' } -ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.3' } +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.3' } +ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.2.4' } [features] gosh = [ ]