From 0ba2d4e8b9c30180563b63328f5c14d8bbcebca1 Mon Sep 17 00:00:00 2001 From: KD Date: Sun, 20 Apr 2025 14:05:03 -0400 Subject: [PATCH] Updated workflow (#119) --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3bf0fae..d08548c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Rust 1.85.0 + - name: Install Rust 1.86.0 uses: actions-rs/toolchain@v1 with: - toolchain: 1.85.0 + toolchain: 1.86.0 components: clippy, rustfmt override: true - name: Cache dependencies