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"]
1616miri-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.
2222core = { path = " ../fake/core" }
2323alloc = { path = " ../fake/alloc" }
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ name = "coretests"
2323path = " ../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.
2928core = { path = " ../fake/core" }
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ std_detect = { path = "../fake/std_detect" }
2626rustc-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
You can’t perform that action at this time.
0 commit comments