From c952e2864da51bcdcba3d80494c35d0d51f02c6e Mon Sep 17 00:00:00 2001 From: tonjen <49282571+tonjen@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:33:19 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-types. Co-authored-by: ViacheslavB --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3508808..0a3518d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ton_labs_assembler' -version = '1.4.48' +version = '1.4.49' [dependencies] clap = { features = [ 'derive' ], version = '4.3' } @@ -13,8 +13,8 @@ num = '0.4' num-traits = '0.2' serde = { features = [ 'derive' ], version = '1.0' } serde_json = '1.0' -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.37' } -ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.18' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.38' } +ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.19' } [features] gosh = [ ]