Skip to content

Commit 7690616

Browse files
authored
Merge pull request #1244 from cuviper/rand-0.9
Upgrade dev-deps to rand 0.9
2 parents 9319496 + d5d503b commit 7690616

File tree

19 files changed

+332
-268
lines changed

19 files changed

+332
-268
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ default-features = false
3535
web_spin_lock = ["dep:wasm_sync", "rayon-core/web_spin_lock"]
3636

3737
[dev-dependencies]
38-
rand = "0.8"
39-
rand_xorshift = "0.3"
38+
rand = "0.9"
39+
rand_xorshift = "0.4"

0 commit comments

Comments
 (0)