Skip to content

Commit 3126ee8

Browse files
committed
Pin deps version
1 parent 8efb959 commit 3126ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ std_rand = ["rand/std_rng", "rand/std"]
4242
js = ["getrandom/js"]
4343

4444
[target.'cfg(target_arch = "wasm32")'.dependencies]
45-
getrandom = { version = "*", optional = true }
45+
getrandom = { version = "0.2.8", optional = true }
4646

4747
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
4848
wasm-bindgen-test = "0.3"
4949

5050
[dev-dependencies]
51-
itertools = "*"
51+
itertools = "0.10.5"
5252
serde_json = "1.0"
5353
bincode = "1.3.1"
5454

0 commit comments

Comments
 (0)