From 116a712e0fb71e810bb07d1d1792001fe8d554f2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 3 May 2026 18:07:23 -0400 Subject: [PATCH] bump: rust ci --- .gitea/workflows/tag_release.yml | 2 +- .gitea/workflows/workflow.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/tag_release.yml b/.gitea/workflows/tag_release.yml index ec75cb3..5107e4b 100644 --- a/.gitea/workflows/tag_release.yml +++ b/.gitea/workflows/tag_release.yml @@ -20,7 +20,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/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 1ccf4b8..2eb828a 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 - run: cargo check test: @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 - run: cargo test fmt: @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 - run: rustup component add rustfmt - run: cargo fmt --all -- --check @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 - run: rustup component add clippy - run: cargo clippy -- -D warnings @@ -58,5 +58,5 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 - run: cargo build