Skip to content

Commit cc2142a

Browse files
committed
ci(remove-msrv): remove msrv for the crate
- remove msrv - remove pin-msrv.sh - update cont_integration workflow - fix clippy warnings
1 parent 7a71b14 commit cc2142a

File tree

9 files changed

+205
-248
lines changed

9 files changed

+205
-248
lines changed

.github/workflows/cont_integration.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
rust:
1313
- stable # STABLE
14-
- 1.75.0 # MSRV
1514
features:
1615
- --features default
1716
- --no-default-features
@@ -36,14 +35,6 @@ jobs:
3635
profile: minimal
3736
override: true
3837
components: rustfmt, clippy
39-
- name: If Rust 1.75 remove and update Cargo.lock
40-
if: matrix.rust == '1.75.0'
41-
run: |
42-
rm Cargo.lock
43-
cargo update
44-
- name: If Rust 1.75 pin dependencies
45-
if: matrix.rust == '1.75.0'
46-
run: ./ci/pin-msrv.sh
4738
- name: Build
4839
run: cargo build ${{ matrix.features }}
4940
- name: Clippy

0 commit comments

Comments
 (0)