about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-09-19 12:49:55 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-09-20 22:21:42 -0400
commit208fc4254b9b6a78b6981ee8b12cfc80d99b2b4d (patch)
treea6f77b966b4f5143d13131f2d81a7ca731a74147
parent29e08971ce06764f49ffdbe149358c612657042c (diff)
downloadrust-208fc4254b9b6a78b6981ee8b12cfc80d99b2b4d.tar.gz
rust-208fc4254b9b6a78b6981ee8b12cfc80d99b2b4d.zip
Migrate to 2021
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f40fc0fcb8..61d40702a32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "rustc_codegen_cranelift"
 version = "0.1.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 crate-type = ["dylib"]