chore: Release

This commit is contained in:
Gerald Pinder 2025-05-31 16:15:13 -04:00
parent 099da7167c
commit 1a4278415d
8 changed files with 24 additions and 17 deletions

View file

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