Skip to content

Commit

Permalink
Update MSRV to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Dec 20, 2024
1 parent ade71bd commit e39f43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
versions:
- stable
- '1.79.0' # MSRV
- '1.81.0' # MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
keywords = ["s3", "aws", "cli", "tui", "terminal"]
categories = ["command-line-utilities"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.81.0"

exclude = ["/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml"]

Expand Down

0 comments on commit e39f43f

Please sign in to comment.