From 2d5497affe4982791dab255409e0e5441098c34a Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 4 May 2025 10:51:43 -0700 Subject: [PATCH] version --- .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 e4edb7c..bd380bf 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.86.0 + rustup default stable - 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.86.0 + rustup default stable - name: Build run: cargo build --release