Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/la-arena/Cargo.toml')
| -rw-r--r-- | lib/la-arena/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/la-arena/Cargo.toml b/lib/la-arena/Cargo.toml index 589d026142..1c330e0e37 100644 --- a/lib/la-arena/Cargo.toml +++ b/lib/la-arena/Cargo.toml @@ -6,8 +6,8 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena" documentation = "https://docs.rs/la-arena" categories = ["data-structures", "memory-management", "rust-patterns"] -edition = "2021" -rust-version = "1.56" +edition = "2024" +rust-version = "1.85" [lints] workspace = true |