about summary refs log tree commit diff
path: root/compiler/rustc_privacy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_privacy/Cargo.toml')
-rw-r--r--compiler/rustc_privacy/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_privacy/Cargo.toml b/compiler/rustc_privacy/Cargo.toml
index 6ac2915c345..d952e288a64 100644
--- a/compiler/rustc_privacy/Cargo.toml
+++ b/compiler/rustc_privacy/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "rustc_privacy"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]
 rustc_middle = { path = "../rustc_middle" }