Skip to content

Commit

Permalink
deps(chain): update criterion for benches tests to 0.5 to fix warning
Browse files Browse the repository at this point in the history
warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11
  • Loading branch information
notmandatory committed Dec 16, 2024
1 parent 173cc42 commit ed88439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
rand = "0.8"
proptest = "1.2.0"
bdk_testenv = { path = "../testenv", default-features = false }
criterion = { version = "0.2" }
criterion = { version = "0.5" }

[features]
default = ["std", "miniscript"]
Expand Down

0 comments on commit ed88439

Please sign in to comment.