Skip to content

Commit

Permalink
Bump MSRV to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored and chrisduerr committed Feb 2, 2024
1 parent 54699fb commit 29d0619
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.0 test
rustup toolchain install --profile minimal 1.66.0
cargo +1.66.0 test
4 changes: 2 additions & 2 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.0 test
rustup toolchain install --profile minimal 1.66.0
cargo +1.66.0 test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Packaging

- Minimum rust version was bumped to `1.66.0`

## 0.10.0

### Changed
Expand Down

0 comments on commit 29d0619

Please sign in to comment.