File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exclude = ["crates/proc-macro-srv/proc-macro-test/imp"]
4
4
resolver = " 2"
5
5
6
6
[workspace .package ]
7
- rust-version = " 1.84 "
7
+ rust-version = " 1.85 "
8
8
edition = " 2021"
9
9
license = " MIT OR Apache-2.0"
10
10
authors = [" rust-analyzer team" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "syntax-fuzz"
3
3
version = " 0.0.1"
4
4
publish = false
5
5
edition = " 2021"
6
- rust-version = " 1.78 "
6
+ rust-version = " 1.85 "
7
7
8
8
[package .metadata ]
9
9
cargo-fuzz = true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-aren
7
7
documentation = " https://docs.rs/la-arena"
8
8
categories = [" data-structures" , " memory-management" , " rust-patterns" ]
9
9
edition = " 2021"
10
- rust-version = " 1.56 "
10
+ rust-version = " 1.85 "
11
11
12
12
[lints ]
13
13
workspace = true
You can’t perform that action at this time.
0 commit comments