diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 04ec53e09..f88efe3d7 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -23,7 +23,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.57.0" # MSRV + toolchain: "1.59.0" # MSRV target: x86_64-unknown-linux-musl profile: minimal override: true @@ -166,7 +166,7 @@ jobs: fail-fast: false # Continue other jobs if one fails to help filling the cache matrix: toolchain: - - "1.57.0" # MSRV + - "1.59.0" # MSRV - stable - beta - nightly diff --git a/clippy.toml b/clippy.toml index 23b32c17c..64b5fef25 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.57.0" +msrv = "1.59.0"