From d92309d0ef062c6338a181ea92d620315381c0c5 Mon Sep 17 00:00:00 2001 From: Nova Date: Tue, 12 Aug 2025 21:22:45 -0700 Subject: [PATCH] fix: ci --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3fed27..08e70e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,8 @@ jobs: - name: Set up Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.85.0 + toolchain: 1.88.0 override: true - components: rustfmt, clippy - name: Build server run: cargo build --release