chore: Release

This commit is contained in:
Gerald Pinder 2025-05-09 17:19:19 -04:00
parent 00806b02e1
commit ac63f9e9fb
8 changed files with 43 additions and 17 deletions

View file

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