Fix release (#2)
Some checks failed
CI / Typos (push) Successful in 10s
CI / Clippy (push) Successful in 50s
CI / Check version (push) Failing after 3s
CI / Build and test (push) Successful in 55s

This commit is contained in:
2025-05-04 10:32:55 -07:00
committed by Mark
parent 3e1130a3b5
commit 6c61ef10b2
3 changed files with 13 additions and 12 deletions

View File

@ -6,6 +6,7 @@ on:
- main - main
workflow_dispatch: workflow_dispatch:
jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

2
Cargo.lock generated
View File

@ -306,7 +306,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]] [[package]]
name = "pick" name = "pick"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"anstyle", "anstyle",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pick" name = "pick"
version = "0.0.2" version = "0.0.3"
edition = "2024" edition = "2024"
# #