From 5ac439ef9e0e99971ca86e4bcf4036ae7b0d3f7b Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 May 2025 19:12:43 -0700 Subject: [PATCH] tweak --- .gitea/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd380bf..7d86407 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: | sudo apt update DEBIAN_FRONTEND=noninteractive \ - sudo apt install --yes rustup \ + sudo apt install --yes rustup rustup default stable - name: Run clippy @@ -44,7 +44,7 @@ jobs: run: | sudo apt update DEBIAN_FRONTEND=noninteractive \ - sudo apt install --yes rustup \ + sudo apt install --yes rustup rustup default stable - name: Build diff --git a/Cargo.toml b/Cargo.toml index aff8016..4e6f418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pick" version = "0.0.5" -edition = "2024" +edition = "2021" # # MARK: lints