Skip to content

Commit a57c301

Browse files
committed
port cargo-miri to edition 2021
1 parent af3f683 commit a57c301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
name = "cargo-miri"
66
repository = "https://github.com/rust-lang/miri"
77
version = "0.1.0"
8-
edition = "2018"
8+
edition = "2021"
99

1010
[[bin]]
1111
name = "cargo-miri"

0 commit comments

Comments
 (0)