chore: Release

This commit is contained in:
Gerald Pinder 2025-02-12 13:56:46 -05:00
parent 59f0e2db65
commit 6a5f54b2fd
8 changed files with 30 additions and 17 deletions

View file

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