chore: Release

This commit is contained in:
Gerald Pinder 2025-03-23 17:31:31 -04:00
parent 67817fe26d
commit 1750fffa6c
8 changed files with 37 additions and 17 deletions

View file

@ -36,7 +36,7 @@
default = bluebuild;
bluebuild = pkgs.rustPlatform.buildRustPackage {
pname = "bluebuild";
version = "v0.9.8";
version = "v0.9.9";
src = pkgs.lib.cleanSource ./.;
cargoLock.lockFile = ./Cargo.lock;