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.
2 parents ea091d1 + 8876010 commit eec78a0Copy full SHA for eec78a0
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
# It is good to test more than the MSRV and stable since sometimes
62
# breakage occurs in intermediate versions.
63
# IMPORTANT: Synchronize the MSRV with the Cargo.toml values.
64
- rust: ["1.74", "1.75", "1.80", "1.85", "stable", "beta", "nightly"]
+ rust: ["1.74", "1.75", "1.80", "1.85", "1.90", "stable", "beta", "nightly"]
65
runs-on: ${{ matrix.os }}
66
steps:
67
- uses: actions/checkout@v5
0 commit comments