Skip to content

Commit 335bc8b

Browse files
committed
also take back the rest of the rand bump
1 parent 654d7d7 commit 335bc8b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

alloc_miri_test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ default = ["miri-test-libstd"]
1616
miri-test-libstd = []
1717

1818
[dev-dependencies]
19-
rand = "0.8"
20-
rand_xorshift = "0.3"
19+
rand = "0.7"
20+
rand_xorshift = "0.2"
2121
# This lets tests access the `core` and `alloc` crates.
2222
core = { path = "../fake/core" }
2323
alloc = { path = "../fake/alloc" }

core_miri_test/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ name = "coretests"
2323
path = "../library/core/tests/lib.rs"
2424

2525
[dev-dependencies]
26-
rand = "0.8"
27-
rand_xorshift = "0.3"
26+
rand = "0.7"
2827
# This lets tests access the `core` crate.
2928
core = { path = "../fake/core" }

std_miri_test/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ std_detect = { path = "../fake/std_detect" }
2626
rustc-demangle = { path = "../fake/rustc-demangle" }
2727

2828
[dev-dependencies]
29-
rand = "0.8"
30-
rand_xorshift = "0.3"
29+
rand = "0.7"
3130

3231
[features]
3332
# Empty this crate

0 commit comments

Comments
 (0)