From 22724eee3f473d3dfc7770ceb9e1aee2fe02a5a5 Mon Sep 17 00:00:00 2001 From: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:05:46 -0800 Subject: [PATCH] CI --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 41058e1..81ef460 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: sudo apt update DEBIAN_FRONTEND=noninteractive \ sudo apt install --yes rustup - rustup default 1.91.0 + rustup default 1.94.0 - name: Run clippy run: cargo clippy --all-targets --all-features @@ -45,7 +45,7 @@ jobs: sudo apt update DEBIAN_FRONTEND=noninteractive \ sudo apt install --yes rustup - rustup default 1.91.0 + rustup default 1.94.0 - name: Build run: cargo build --release