Skip to content

Commit 56f34d3

Browse files
committed
Bump CI rust version, test stable only
1 parent 990d994 commit 56f34d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25-
rust: ["stable", "1.83"]
25+
rust: ["stable"]
2626
flags: ["", "--all-features"]
27-
exclude:
28-
# Skip because some features have higher MSRV.
29-
- rust: "1.83" # MSRV
30-
flags: "--all-features"
3127
steps:
3228
- uses: actions/checkout@v4
3329
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)