Skip to content

Commit 126d98b

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

File tree

11 files changed

+207
-253
lines changed

11 files changed

+207
-253
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
55

66
## [Unreleased]
77

8+
- Removed MSRV and bumped Rust Edition to 2024
9+
810
## [1.0.0]
911

1012
- Changed the MSRV to 1.75.0 and bumped the rust edition to 2021

0 commit comments

Comments
 (0)