Fix release #2

Merged
Mark merged 1 commits from v2 into main 2025-05-04 10:32:55 -07:00
3 changed files with 13 additions and 12 deletions
Showing only changes of commit f8e40daba6 - Show all commits

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"
# #