version
All checks were successful
CI / Typos (pull_request) Successful in 7s
CI / Clippy (pull_request) Successful in 52s
CI / Check version (pull_request) Successful in 4s
CI / Build and test (pull_request) Successful in 53s

This commit is contained in:
2025-05-04 10:28:45 -07:00
parent 65b60029ae
commit e1e9b28a80
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -1,7 +1,7 @@
{ lib, fetchgit, rustPlatform }: { lib, fetchgit, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pick"; pname = "pick";
version = "0.0.1"; version = "0.0.2";
cargoLock.lockFile = src + /Cargo.lock; cargoLock.lockFile = src + /Cargo.lock;
src = builtins.fetchGit { src = builtins.fetchGit {