Skip to content

Commit

Permalink
Bump Allsorts MSRV to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeday committed Dec 20, 2022
1 parent 1d05ffa commit 2bd8a2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust:
- nightly
- beta
- stable
- 1.63.0
- 1.66.0

jobs:
allow_failures:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ format is based on [Keep a Changelog], and this project aims to follow

## [Unreleased]

### Changed

- Bump MSRV to 1.66.0.

## [0.13.0] - 2022-11-14

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ built for FreeBSD.

## Building and Testing

**Minimum Supported Rust Version:** 1.63.0
**Minimum Supported Rust Version:** 1.66.0

To build the crate ensure you have [Rust 1.63.0 or newer installed](https://www.rust-lang.org/tools/install).
To build the crate ensure you have [Rust 1.66.0 or newer installed](https://www.rust-lang.org/tools/install).

Build with `cargo build` and run the tests with `cargo test`.

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
//!
//! ## Building and Testing
//!
//! **Minimum Supported Rust Version:** 1.63.0
//! **Minimum Supported Rust Version:** 1.66.0
//!
//! To build the crate ensure you have [Rust 1.63.0 or newer installed](https://www.rust-lang.org/tools/install).
//! To build the crate ensure you have [Rust 1.66.0 or newer installed](https://www.rust-lang.org/tools/install).
//!
//! Build with `cargo build` and run the tests with `cargo test`.
//!
Expand Down

0 comments on commit 2bd8a2b

Please sign in to comment.