diff options
| author | Eric Huss <eric@huss.org> | 2025-02-11 15:20:06 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2025-03-11 09:46:34 -0700 |
| commit | f505d4e8e380305e9c028c50e5e3a143d4635161 (patch) | |
| tree | 36b7c94de5770147052382bc9050843ff230433d /library/alloc | |
| parent | 0e071c2c6a585305c53b9d46cab81286a98eb94a (diff) | |
Migrate alloc to Rust 2024
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/Cargo.toml | 2 |
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 |
