Skip to content

Commit 42f270a

Browse files
committed
deps(chain): update criterion for benches tests to 0.5 to fix warning
warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11
1 parent 99950ca commit 42f270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
2828
rand = "0.8"
2929
proptest = "1.2.0"
3030
bdk_testenv = { path = "../testenv", default-features = false }
31-
criterion = { version = "0.2" }
31+
criterion = { version = "0.5" }
3232

3333
[features]
3434
default = ["std", "miniscript"]

0 commit comments

Comments
 (0)