add "std" feature to getrandom for io::Error conversion
This commit is contained in:
parent
d852c222fc
commit
79b96bdfde
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] }
|
|||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1.5"
|
||||
getrandom = { version = "0.2.14", features = ["js"] }
|
||||
getrandom = { version = "0.2.14", features = ["js", "std"] }
|
||||
walkdir = "2.5.0"
|
||||
time = { workspace = true, features = ["formatting", "macros"] }
|
||||
anyhow = "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue