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 4a27017 commit 309a28bCopy full SHA for 309a28b
test-generator/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
5
6
[dependencies]
7
anyhow = "1.0.91"
8
-getrandom = "0.2.15"
+getrandom = { version = "0.2.15", features = ['std'] }
9
hex = "0.4.3"
10
proptest = "1.5.0"
0 commit comments