Skip to content

Commit ee6b801

Browse files
committed
Migrate alloc to Rust 2024
1 parent 49b59df commit ee6b801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/rust-lang/rust.git"
88
description = "The Rust core allocation and collections library"
99
autotests = false
1010
autobenches = false
11-
edition = "2021"
11+
edition = "2024"
1212

1313
[lib]
1414
test = false

0 commit comments

Comments
 (0)