about summary refs log tree commit diff
path: root/library/rustc-std-workspace-std
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2021-12-17 21:53:28 +0800
committerDeadbeef <ent3rm4n@gmail.com>2021-12-23 19:03:47 +0800
commit06a1c14d52a8482a33416c21b320970cab80cccc (patch)
treec65ae1e5cf06d9bf4ec6d9db91427e39a65acdda /library/rustc-std-workspace-std
parentf52eb4ca8b21371f435a1941e05af749a5894df1 (diff)
downloadrust-06a1c14d52a8482a33416c21b320970cab80cccc.tar.gz
rust-06a1c14d52a8482a33416c21b320970cab80cccc.zip
Switch all libraries to the 2021 edition
Diffstat (limited to 'library/rustc-std-workspace-std')
-rw-r--r--library/rustc-std-workspace-std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/rustc-std-workspace-std/Cargo.toml b/library/rustc-std-workspace-std/Cargo.toml
index 811bc78d210..3a1dc2a02b5 100644
--- a/library/rustc-std-workspace-std/Cargo.toml
+++ b/library/rustc-std-workspace-std/Cargo.toml
@@ -5,7 +5,7 @@ license = 'MIT OR Apache-2.0'
 description = """
 Hack for the compiler's own build system
 """
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "lib.rs"