Skip to content

Commit

Permalink
Bump MSRV to v1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Oct 14, 2024
1 parent 95a1540 commit 6d638c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
matrix:
toolchain-version:
- 'stable'
- '1.64.0' # MSRV
- '1.78.0' # MSRV
steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
with:
fetch-depth: 1
- name: 'Target Cache'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
homepage = "https://github.com/scalefactory/s3audit-rs"
repository = "https://github.com/scalefactory/s3audit-rs"
description = "Audit Amazon S3 buckets against recommended practices"
rust-version = "1.65.0"
rust-version = "1.78.0"
resolver = "2"
categories = [
"command-line-utilities",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ actions for all buckets in your account:

## Minimum Supported Rust Version (MSRV)

v1.64.0
v1.78.0

## License

Expand Down

0 comments on commit 6d638c4

Please sign in to comment.