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