chore: Release

This commit is contained in:
Gerald Pinder 2025-04-15 18:04:56 -04:00
parent 6625edf030
commit 707db567ee
8 changed files with 33 additions and 17 deletions

View file

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