This commit is contained in:
Lorenzo (Mec-iS)
2022-11-09 12:05:17 +00:00
+2 -2
View File
@@ -42,13 +42,13 @@ std_rand = ["rand/std_rng", "rand/std"]
js = ["getrandom/js"]
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "*", optional = true }
getrandom = { version = "0.2.8", optional = true }
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
wasm-bindgen-test = "0.3"
[dev-dependencies]
itertools = "*"
itertools = "0.10.5"
serde_json = "1.0"
bincode = "1.3.1"