File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
os : ["ubuntu-latest", "macos-latest", "windows-latest"]
25
- rust : ["stable", "1.83 "]
25
+ rust : ["stable", "1.86 "]
26
26
flags : ["", "--all-features"]
27
27
exclude :
28
28
# Skip because some features have higher MSRV.
29
- - rust : " 1.83 " # MSRV
29
+ - rust : " 1.86 " # MSRV
30
30
flags : " --all-features"
31
31
steps :
32
32
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resolver = "2"
5
5
[workspace .package ]
6
6
authors = [" Foundry Maintainers" ]
7
7
version = " 0.15.0"
8
- rust-version = " 1.83 "
8
+ rust-version = " 1.86 "
9
9
readme = " README.md"
10
10
license = " MIT OR Apache-2.0"
11
11
repository = " https://github.com/foundry-rs/compilers"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ When updating this, also update:
26
26
27
27
Foundry Compilers will keep a rolling MSRV (minimum supported rust version) policy of ** at
28
28
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.
30
30
31
31
Note that the MSRV is not increased automatically, and only as part of a minor
32
32
release.
Original file line number Diff line number Diff line change 1
- msrv = " 1.83 "
1
+ msrv = " 1.86 "
You can’t perform that action at this time.
0 commit comments