Skip to content

Commit eba6d42

Browse files
committed
Switch test crates to Rust 2021
The whole standard library is now on Rust 2021, so the test crates need to use it too. The switch was made in rust-lang/rust#92068.
1 parent cf8e3a9 commit eba6d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alloc_miri_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "alloc_miri_test"
44
version = "0.0.0"
55
autotests = false
66
autobenches = false
7-
edition = "2018"
7+
edition = "2021"
88

99
[lib]
1010
name = "alloc_miri_test"

core_miri_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "core_miri_test"
44
version = "0.0.0"
55
autotests = false
66
autobenches = false
7-
edition = "2018"
7+
edition = "2021"
88

99
[lib]
1010
name = "core_miri_test"

0 commit comments

Comments
 (0)