From 79b96bdfde33d138836728441f254ba18ee7a3aa Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Wed, 22 May 2024 12:06:54 -0400 Subject: [PATCH] add "std" feature to getrandom for io::Error conversion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecd0a9db..80b23143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"