From 0da56255ac33086abd7d08d82bd7f9a1e7062af4 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Fri, 25 Oct 2024 12:44:28 -0700 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773dd47..a310a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.74.0 + toolchain: 1.75.0 override: true components: rustfmt, clippy - name: cargo fmt