diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4e5dc1..de416af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index c5a7ecf..77321cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]