Fix build (#5)
Some checks failed
CI / Typos (push) Successful in 8s
CI / Clippy (push) Has started running
CI / Build and test (push) Has been cancelled
CI / Check version (push) Has been cancelled
Release / release (push) Has been cancelled

Reviewed-on: #5
This commit is contained in:
2025-05-14 19:14:47 -07:00
committed by Mark
parent bdf0511390
commit 25d62b623a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
[package]
name = "pick"
version = "0.0.5"
edition = "2024"
edition = "2021"
#
# MARK: lints