Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
matrix:
rust:
- stable # STABLE
- 1.75.0 # MSRV
features:
- --features default
- --no-default-features
Expand All @@ -36,14 +35,6 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy
- name: If Rust 1.75 remove and update Cargo.lock
if: matrix.rust == '1.75.0'
run: |
rm Cargo.lock
cargo update
- name: If Rust 1.75 pin dependencies
if: matrix.rust == '1.75.0'
run: ./ci/pin-msrv.sh
- name: Build
run: cargo build ${{ matrix.features }}
- name: Clippy
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.

## [Unreleased]

- Removed MSRV and bumped Rust Edition to 2024

## [1.0.0]

- Changed the MSRV to 1.75.0 and bumped the rust edition to 2021
Expand Down
Loading
Loading