Skip to content

Commit e70a9c5

Browse files
rust-version = "1.85"
1 parent aad66c7 commit e70a9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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)