Skip to content

Commit

Permalink
Increase MSRV to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Jun 24, 2024
1 parent fd2fb20 commit 96276a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.76.0
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Renamed feature "s3" to "rusoto_s3" in `feattle` and `feattle-sync`
- Renamed `feattle_sync::S3` to `feattle_sync::RusotoS3`
- Minimum Rust version is now 1.63
- Minimum Rust version is now 1.76

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ will be created with `Default::default()`.

## Minimum supported Rust version

As of this release, the MSRV is 1.63.0, as tested in the CI. A patch release will never require
As of this release, the MSRV is 1.76.0, as tested in the CI. A patch release will never require
a newer MSRV.

## Optional features
Expand Down
2 changes: 1 addition & 1 deletion feattle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ will be created with `Default::default()`.

## Minimum supported Rust version

As of this release, the MSRV is 1.63.0, as tested in the CI. A patch release will never require
As of this release, the MSRV is 1.76.0, as tested in the CI. A patch release will never require
a newer MSRV.

## Optional features
Expand Down
2 changes: 1 addition & 1 deletion feattle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
//!
//! # Minimum supported Rust version
//!
//! As of this release, the MSRV is 1.63.0, as tested in the CI. A patch release will never require
//! As of this release, the MSRV is 1.76.0, as tested in the CI. A patch release will never require
//! a newer MSRV.
//!
//! # Optional features
Expand Down

0 comments on commit 96276a5

Please sign in to comment.