criterion 0.4

This commit is contained in:
Jack Grigg 2023-01-20 00:03:10 +00:00
parent 49b1cb3e69
commit 809427f6bd
2 changed files with 4 additions and 4 deletions

View File

@ -86,14 +86,14 @@ features = ["pre-zip-212"]
[dev-dependencies] [dev-dependencies]
chacha20poly1305 = "0.10" chacha20poly1305 = "0.10"
criterion = "0.3" criterion = "0.4"
proptest = "1.0.0" proptest = "1.0.0"
assert_matches = "1.3.0" assert_matches = "1.3.0"
rand_xorshift = "0.3" rand_xorshift = "0.3"
orchard = { version = "0.3", features = ["test-dependencies"] } orchard = { version = "0.3", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies] [target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56 pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features] [features]
transparent-inputs = ["hdwallet", "ripemd", "secp256k1"] transparent-inputs = ["hdwallet", "ripemd", "secp256k1"]

View File

@ -39,11 +39,11 @@ wagyu-zcash-parameters = { version = "0.2", optional = true }
[dev-dependencies] [dev-dependencies]
byteorder = "1" byteorder = "1"
criterion = "0.3" criterion = "0.4"
rand_xorshift = "0.3" rand_xorshift = "0.3"
[target.'cfg(unix)'.dev-dependencies] [target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56 pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features] [features]
default = ["local-prover", "multicore"] default = ["local-prover", "multicore"]