diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 983aded9..18f21bb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.66.0 + toolchain: 1.67.1 components: rustfmt, clippy override: true - name: rustfmt