From d1ac8d8e34d2c63ac59152a22ff7730716b45f44 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 13 Mar 2024 17:51:42 +0300 Subject: [PATCH] Updating the project due to dependency changes: ever-types. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a308ae..ca46fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ton_labs_assembler' -version = '1.4.45' +version = '1.4.46' [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.34' } -ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.11' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.35' } +ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.13' } [features] gosh = [ ]