Skip to content

Commit ac9d914

Browse files
authored
Merge pull request #6 from camelid/rust-2021
Switch test crates to Rust 2021
2 parents cf8e3a9 + 154c6b2 commit ac9d914

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-12-31
1+
nightly-2022-01-11

0 commit comments

Comments
 (0)