Bump versions
Some checks failed
CI / Typos (push) Successful in 17s
CI / Build and test (push) Failing after 2m12s
CI / Clippy (push) Failing after 3m24s
CI / Build and test (all features) (push) Failing after 7m21s

This commit is contained in:
2026-03-11 11:03:37 -07:00
parent f8211dc44a
commit 478eebb5bf
5 changed files with 54 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ in
rustPlatform.buildRustPackage {
pname = "pile";
version = "0.0.1";
version = "0.0.2";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;