about summary refs log tree commit diff
path: root/library/rustc-std-workspace-std
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-02-12 14:55:21 -0800
committerEric Huss <eric@huss.org>2025-03-11 09:46:35 -0700
commit32c61f70e7c7a723a53a08c9267a2bd61d99575c (patch)
tree7572edff035452bcc48260820def413c41d0ec53 /library/rustc-std-workspace-std
parent80311c4d86b2af3d34a8378aa651439901d4e00e (diff)
downloadrust-32c61f70e7c7a723a53a08c9267a2bd61d99575c.tar.gz
rust-32c61f70e7c7a723a53a08c9267a2bd61d99575c.zip
Migrated the rustc-std-workspace crates to Rust 2024
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 3a1dc2a02b5..f70994e1f88 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 = "2021"
+edition = "2024"
 
 [lib]
 path = "lib.rs"