Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkovAlexander committed Feb 28, 2024
1 parent 02a0806 commit aae9d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" ]
Expand Down

0 comments on commit aae9d6d

Please sign in to comment.