File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ default = ["miri-test-libstd"]
16
16
miri-test-libstd = []
17
17
18
18
[dev-dependencies ]
19
- rand = " 0.8 "
20
- rand_xorshift = " 0.3 "
19
+ rand = " 0.7 "
20
+ rand_xorshift = " 0.2 "
21
21
# This lets tests access the `core` and `alloc` crates.
22
22
core = { path = " ../fake/core" }
23
23
alloc = { path = " ../fake/alloc" }
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ name = "coretests"
23
23
path = " ../library/core/tests/lib.rs"
24
24
25
25
[dev-dependencies ]
26
- rand = " 0.8"
27
- rand_xorshift = " 0.3"
26
+ rand = " 0.7"
28
27
# This lets tests access the `core` crate.
29
28
core = { path = " ../fake/core" }
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ std_detect = { path = "../fake/std_detect" }
26
26
rustc-demangle = { path = " ../fake/rustc-demangle" }
27
27
28
28
[dev-dependencies ]
29
- rand = " 0.8"
30
- rand_xorshift = " 0.3"
29
+ rand = " 0.7"
31
30
32
31
[features ]
33
32
# Empty this crate
You can’t perform that action at this time.
0 commit comments