Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ebb8588

Browse files
rust-version = "1.85"
1 parent b12d934 commit ebb8588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rust-analyzer/crates/syntax/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "syntax-fuzz"
33
version = "0.0.1"
44
publish = false
55
edition = "2021"
6-
rust-version = "1.78"
6+
rust-version = "1.85"
77

88
[package.metadata]
99
cargo-fuzz = true

src/tools/rust-analyzer/lib/la-arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-aren
77
documentation = "https://docs.rs/la-arena"
88
categories = ["data-structures", "memory-management", "rust-patterns"]
99
edition = "2021"
10-
rust-version = "1.56"
10+
rust-version = "1.85"
1111

1212
[lints]
1313
workspace = true

0 commit comments

Comments
 (0)