We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5842d commit 71f2c50Copy full SHA for 71f2c50
chain-crypto/Cargo.toml
@@ -33,7 +33,7 @@ quickcheck = "0.9"
33
proptest = { git = "https://github.com/input-output-hk/proptest.git" }
34
test-strategy = "0.1"
35
rand = { version = "0.8", features = ["small_rng"] }
36
-smoke = "^0.2.1"
+smoke = "^0.3.1"
37
38
[features]
39
with-bench = ["criterion"]
chain-vote/Cargo.toml
@@ -16,7 +16,7 @@ const_format = "0.2"
16
17
[dev-dependencies]
18
rand_chacha = "0.3"
19
20
criterion = "0.3"
21
22
[build-dependencies]
0 commit comments