diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abff72d..267fd71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.73 + toolchain: 1.82 override: true components: rustfmt, clippy