From 87fd645dd2fdc4ac3f1f1ea330f5cfd8f3228365 Mon Sep 17 00:00:00 2001 From: David O'Rourke Date: Sat, 9 Mar 2024 00:30:50 +0000 Subject: [PATCH] Bump MSRV to 1.74.0 --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e073418..7473321 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bba57..bbbae98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/Cargo.toml b/Cargo.toml index 95b75e9..edace6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", diff --git a/README.md b/README.md index 9948b2a..7824cf1 100644 --- a/README.md +++ b/README.md @@ -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