Skip to content

Commit

Permalink
Bump MSRV to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Mar 9, 2024
1 parent d7af90f commit 87fd645
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Test against current stable and the MSRV
toolchain-version:
- 'stable'
- '1.70.0'
- '1.74.0'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Switch from [Rusoto] to the official [AWS SDK Rust]
- Update [clap] to 4.x
- Bump MSRV to 1.70.0
- Bump MSRV to 1.74.0
- Switch from [lazy_static] to [once_cell]
- Simplify code in CloudWatch mode removing the need for [chrono]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/phyber/s3du"
repository = "https://github.com/phyber/s3du"
rust-version = "1.70.0"
rust-version = "1.74.0"
resolver = "2"
authors = [
"David O'Rourke <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ summed.

## Minimum Supported Rust Version

The MSRV for this project is currently 1.70.0.
The MSRV for this project is currently 1.74.0.

## Usage

Expand Down

0 comments on commit 87fd645

Please sign in to comment.