diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e604d677..60a33c11d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.60.0" # MSRV + toolchain: "1.61.0" # MSRV target: x86_64-unknown-linux-musl profile: minimal override: true @@ -215,7 +215,7 @@ jobs: fail-fast: false # Continue other jobs if one fails to help filling the cache matrix: toolchain: - - "1.60.0" # MSRV + - "1.61.0" # MSRV - stable - beta - nightly diff --git a/clippy.toml b/clippy.toml index 9961995cc..87582113e 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,2 +1,2 @@ -msrv = "1.60.0" -doc-valid-idents = ["OpenID", "OAuth", ".."] \ No newline at end of file +msrv = "1.61.0" +doc-valid-idents = ["OpenID", "OAuth", ".."]