Fix release (#3)
Some checks failed
CI / Typos (push) Successful in 7s
CI / Clippy (push) Successful in 51s
CI / Check version (push) Failing after 4s
CI / Build and test (push) Successful in 54s
Release / release (push) Failing after 10s

Reviewed-on: #3
This commit is contained in:
2025-05-04 10:35:56 -07:00
committed by Mark
parent 6c61ef10b2
commit 10625a13ea
4 changed files with 5 additions and 6 deletions

View File

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