From 7a3c0951af661604319fe6445503ae6d7a42a8eb Mon Sep 17 00:00:00 2001 From: Leny Kholodov Date: Wed, 13 Mar 2024 10:26:18 +0200 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 aa6a95d..8893454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'build.rs' edition = '2021' name = 'ton_labs_assembler' -version = '1.4.43' +version = '1.4.44' [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.33' } -ton_vm = { git = 'https://github.com/tonlabs/ever-vm.git', tag = '1.9.9' } +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.10' } [features] gosh = [ ]