From cb2d063ee1d2193d338615746fef34c9241d99a6 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 9 May 2026 19:00:05 -0400 Subject: [PATCH] bump: rust ci --- .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 0dd107b..5b00174 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.94 + toolchain: 1.95 components: cargo - name: Extract Version from Cargo.toml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index eca5b9d..0198b02 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.94 + - name: Install Rust 1.95 uses: actions-rs/toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 components: clippy, rustfmt override: true