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 49c22fe commit 2c17478Copy full SHA for 2c17478
1 file changed
.github/workflows/ci.yml
@@ -77,19 +77,3 @@ jobs:
77
run: cargo publish -p lupus --locked
78
env:
79
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
80
-
81
- msrv:
82
- name: Minimum supported Rust
83
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
84
- runs-on: ubuntu-latest
85
- steps:
86
- - name: Check out repository
87
- uses: actions/checkout@v6
88
- with:
89
- persist-credentials: false
90
91
- - name: Install Rust 1.88
92
- uses: dtolnay/rust-toolchain@1.88
93
94
- - name: Check library with MSRV
95
- run: cargo check -p lupus --locked
0 commit comments