Fix build #5

Merged
Mark merged 3 commits from v3 into main 2025-05-14 19:14:48 -07:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 5ac439ef9e - Show all commits

View File

@ -28,7 +28,7 @@ jobs:
run: | run: |
sudo apt update sudo apt update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup \ sudo apt install --yes rustup
rustup default stable rustup default stable
- name: Run clippy - name: Run clippy
@ -44,7 +44,7 @@ jobs:
run: | run: |
sudo apt update sudo apt update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes rustup \ sudo apt install --yes rustup
rustup default stable rustup default stable
- name: Build - name: Build

View File

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