From 354a60fd8bd99b4eaab4e9d57dae91cc185ce9de Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 5 Apr 2026 17:48:02 -0400 Subject: [PATCH] Updated rust in workflow --- .github/workflows/release.yml | 2 +- .github/workflows/workflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af6b55d..0dd107b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.90.0 + toolchain: 1.94 components: cargo - name: Extract Version from Cargo.toml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1bfa252..be24de4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,10 +27,10 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Install Rust 1.90.0 + - name: Install Rust 1.94 uses: actions-rs/toolchain@v1 with: - toolchain: 1.90.0 + toolchain: 1.94 components: clippy, rustfmt override: true