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
commit9060bc5583f80a37530ee35a6cc2ddf1293d068f (patch)
treea1c54834def64a89ceff76d648bae913da20757a
parent52e1a529f2cdd9619f6e4a1fe1ce2163fc768a33 (diff)
downloadrust-9060bc5583f80a37530ee35a6cc2ddf1293d068f.tar.gz
rust-9060bc5583f80a37530ee35a6cc2ddf1293d068f.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 81e3e26e8b0..7b4667c17c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ readme = "README.md"
 license = "Apache-2.0/MIT"
 build = "build.rs"
 categories = ["development-tools"]
-edition = "2018"
+edition = "2021"
 
 [[bin]]
 name = "rustfmt"