Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 5e2eedb

Browse files
committed
ci(project): Remove MSRV job from CI workflow
1 parent cfc0a78 commit 5e2eedb

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -118,22 +118,3 @@ jobs:
118118
run: cargo doc --no-deps --verbose
119119
env:
120120
RUSTDOCFLAGS: -D warnings
121-
122-
msrv:
123-
name: MSRV (1.75)
124-
runs-on: ubuntu-latest
125-
126-
steps:
127-
- uses: actions/checkout@v4
128-
129-
- name: Install Rust 1.75
130-
uses: dtolnay/rust-toolchain@1.75
131-
132-
- name: Cache cargo
133-
uses: Swatinem/rust-cache@v2
134-
135-
- name: Build with MSRV
136-
run: cargo build --verbose
137-
138-
- name: Test with MSRV
139-
run: cargo test --verbose

0 commit comments

Comments
 (0)