Skip to content

Commit d05c34a

Browse files
committed
Bump msrv
1 parent 990d994 commit d05c34a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25-
rust: ["stable", "1.83"]
25+
rust: ["stable", "1.86"]
2626
flags: ["", "--all-features"]
2727
exclude:
2828
# Skip because some features have higher MSRV.
29-
- rust: "1.83" # MSRV
29+
- rust: "1.86" # MSRV
3030
flags: "--all-features"
3131
steps:
3232
- uses: actions/checkout@v4

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
authors = ["Foundry Maintainers"]
77
version = "0.15.0"
8-
rust-version = "1.83"
8+
rust-version = "1.86"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/foundry-rs/compilers"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When updating this, also update:
2626

2727
Foundry Compilers will keep a rolling MSRV (minimum supported rust version) policy of **at
2828
least** 6 months. When increasing the MSRV, the new Rust version must have been
29-
released at least six months ago. The current MSRV is 1.83.0.
29+
released at least six months ago. The current MSRV is 1.86.0.
3030

3131
Note that the MSRV is not increased automatically, and only as part of a minor
3232
release.

clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.83"
1+
msrv = "1.86"

0 commit comments

Comments
 (0)