From aae9d6df638e1f542966d328d618f75ebf31eee6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 28 Feb 2024 16:12:34 +0300 Subject: [PATCH] Increase version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db4d918..34a7680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "tvm_executor" rust-version = "1.75.0" -version = "2.0.0" +version = "2.1.0" [dependencies] anyhow = "1.0.79" @@ -11,7 +11,7 @@ log = "0.4" thiserror = "1.0.56" tvm_block = { git = "https://github.com/tvmlabs/tvm-block", tag = "2.0.0" } tvm_types = { git = "https://github.com/tvmlabs/tvm-types", tag = "3.0.1" } -tvm_vm = { git = "https://github.com/tvmlabs/tvm-vm", branch = "feature-block_usage_detection" } +tvm_vm = { git = "https://github.com/tvmlabs/tvm-vm", tag = "2.1.0" } [features] signature_with_id = [ "tvm_block/signature_with_id", "tvm_vm/signature_with_id" ]