about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2025-02-11 15:20:06 -0800
committerEric Huss <eric@huss.org>2025-03-11 09:46:34 -0700
commitf505d4e8e380305e9c028c50e5e3a143d4635161 (patch)
tree36b7c94de5770147052382bc9050843ff230433d /library/alloc
parent0e071c2c6a585305c53b9d46cab81286a98eb94a (diff)
Migrate alloc to Rust 2024
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
index dbdf292433b..8d0253bd29a 100644
--- a/library/alloc/Cargo.toml
+++ b/library/alloc/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/rust-lang/rust.git"
 description = "The Rust core allocation and collections library"
 autotests = false
 autobenches = false
-edition = "2021"
+edition = "2024"
 
 [lib]
 test = false