diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4bd1c03..dbe2818 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,10 +27,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Rust 1.86.0 + - name: Install Rust 1.88.0 uses: actions-rs/toolchain@v1 with: - toolchain: 1.86.0 + toolchain: 1.88.0 components: clippy, rustfmt override: true