We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990d994 commit 0d8c1c8Copy full SHA for 0d8c1c8
.github/workflows/ci.yml
@@ -22,12 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25
- rust: ["stable", "1.83"]
+ rust: ["stable", "1.86"]
26
flags: ["", "--all-features"]
27
- exclude:
28
- # Skip because some features have higher MSRV.
29
- - rust: "1.83" # MSRV
30
- flags: "--all-features"
31
steps:
32
- uses: actions/checkout@v4
33
- uses: dtolnay/rust-toolchain@master
0 commit comments