Skip to content

Commit af3f683

Browse files
committed
port Miri to edition 2021
1 parent c568f32 commit af3f683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "miri"
66
repository = "https://github.com/rust-lang/miri"
77
version = "0.1.0"
88
default-run = "miri"
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[lib]
1212
test = true # we have unit tests

0 commit comments

Comments
 (0)