From 1bd43b1f20c3eeda8162d063ecd442282e164192 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 4 May 2025 10:50:39 -0700 Subject: [PATCH 1/3] rust --- .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 bd380bf..e4edb7c 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 stable + rustup default 1.86.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 stable + rustup default 1.86.0 - name: Build run: cargo build --release -- 2.49.0 From 2d5497affe4982791dab255409e0e5441098c34a Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 4 May 2025 10:51:43 -0700 Subject: [PATCH 2/3] 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 -- 2.49.0 From 5ac439ef9e0e99971ca86e4bcf4036ae7b0d3f7b Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 May 2025 19:12:43 -0700 Subject: [PATCH 3/3] 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 -- 2.49.0