Skip to content

Commit f46731a

Browse files
bors[bot]iDawer
andauthored
Merge #11028
11028: Bump MSRV (1.57) r=Veykril a=iDawer This bumps MSRV on all crates to 1.57 except `la-arena` #10986 requires >=1.57 Co-authored-by: iDawer <[email protected]>
2 parents 14ff3d7 + 929e6cc commit f46731a

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

crates/base_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/cfg/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/hir_def/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/hir_expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide_assists/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide_completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide_diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/ide_ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-analyzer/rust-analyzer"
77
edition = "2021"
8-
rust-version = "1.56"
8+
rust-version = "1.57"
99

1010
[lib]
1111
doctest = false

crates/limit/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[features]
1010
tracking = []

crates/mbe/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/paths/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/proc_macro_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/proc_macro_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
6+
rust-version = "1.57"
77
publish = false
88

99
[lib]

crates/proc_macro_test/imp/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
6+
rust-version = "1.57"
77
publish = false
88

99
[lib]

crates/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/project_model/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
11+
rust-version = "1.57"
1212

1313
[lib]
1414
doctest = false

crates/sourcegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/stdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-analyzer/rust-analyzer"
77
edition = "2021"
8-
rust-version = "1.56"
8+
rust-version = "1.57"
99

1010
[lib]
1111
doctest = false

crates/syntax/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

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

crates/test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/text_edit/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/toolchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/tt/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

crates/vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[lib]
1010
doctest = false

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.56"
7+
rust-version = "1.57"
88

99
[dependencies]
1010
anyhow = "1.0.26"

0 commit comments

Comments
 (0)