Skip to content

Commit 3a839ea

Browse files
committed
Auto merge of #13569 - Veykril:rust-version, r=Veykril
Bump Cargo rust-version fields to latest stable We already depend on `let ... else` now anyways Closes #13562
2 parents c0310c1 + ffd7bf8 commit 3a839ea

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

crates/base-db/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/cfg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/flycheck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/hir-def/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/hir-expand/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/hir-ty/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/hir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/ide-assists/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/ide-completion/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/ide-db/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/ide-diagnostics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/ide-ssr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Structural search and replace of Rust code"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer"
77
edition = "2021"
8-
rust-version = "1.57"
8+
rust-version = "1.65"
99

1010
[lib]
1111
doctest = false

crates/ide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/limit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[features]
1010
tracking = []

crates/mbe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/paths/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/proc-macro-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/proc-macro-srv-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[dependencies]
1010
proc-macro-srv = { version = "0.0.0", path = "../proc-macro-srv" }

crates/proc-macro-srv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/proc-macro-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "proc-macro-test"
33
version = "0.0.0"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
6-
rust-version = "1.57"
6+
rust-version = "1.65"
77
publish = false
88

99
[lib]

crates/proc-macro-test/imp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "proc-macro-test-impl"
33
version = "0.0.0"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
6-
rust-version = "1.57"
6+
rust-version = "1.65"
77
publish = false
88

99
[lib]

crates/profile/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/project-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/rust-analyzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://rust-analyzer.github.io/manual.html"
88
license = "MIT OR Apache-2.0"
99
autobins = false
1010
edition = "2021"
11-
rust-version = "1.57"
11+
rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false

crates/sourcegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/stdx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Comment and whitespace preserving parser for the Rust language"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer"
77
edition = "2021"
8-
rust-version = "1.57"
8+
rust-version = "1.65"
99

1010
[lib]
1111
doctest = false

crates/syntax/fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "syntax-fuzz"
44
version = "0.0.1"
55
publish = false
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

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

crates/test-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/text-edit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/toolchain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/tt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/vfs-notify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

crates/vfs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[lib]
1010
doctest = false

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
publish = false
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.57"
7+
rust-version = "1.65"
88

99
[dependencies]
1010
anyhow = "1.0.62"

0 commit comments

Comments
 (0)