We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad66c7 commit e70a9c5Copy full SHA for e70a9c5
crates/syntax/fuzz/Cargo.toml
@@ -3,7 +3,7 @@ name = "syntax-fuzz"
3
version = "0.0.1"
4
publish = false
5
edition = "2021"
6
-rust-version = "1.78"
+rust-version = "1.85"
7
8
[package.metadata]
9
cargo-fuzz = true
lib/la-arena/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-aren
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
10
-rust-version = "1.56"
11
12
[lints]
13
workspace = true
0 commit comments