Skip to content

Commit

Permalink
replace old "failure" with anyhow+thiserror and remove broken bench
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Jan 31, 2024
1 parent 74a7d12 commit 2191498
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 912 deletions.
13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ rust-version = "1.75.0"
version = "2.0.0"

[dependencies]
failure = "0.1.6"
anyhow = "1.0.79"
lazy_static = "1.4"
log = "0.4"
tvm_block = { git = "https://github.com/tvmlabs/tvm-block", branch = "main" }
tvm_types = { git = "https://github.com/tvmlabs/tvm-types", branch = "main" }
tvm_vm = { git = "https://github.com/tvmlabs/tvm-vm", branch = "main" }
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", tag="2.0.0" }

[features]
signature_with_id = [ "tvm_block/signature_with_id", "tvm_vm/signature_with_id" ]

[[bench]]
harness = false
name = "benchmarks"

[lib]
bench = false

Expand Down
Loading

0 comments on commit 2191498

Please sign in to comment.