Skip to content

Commit 309a28b

Browse files
authored
Fix test-generator feature dependency (#164)
Signed-off-by: Mikkel Mørk Hegnhøj <[email protected]>
1 parent 4a27017 commit 309a28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.91"
8-
getrandom = "0.2.15"
8+
getrandom = { version = "0.2.15", features = ['std'] }
99
hex = "0.4.3"
1010
proptest = "1.5.0"

0 commit comments

Comments
 (0)