chore: Release

This commit is contained in:
Gerald Pinder 2025-06-30 17:18:31 -04:00
parent 0e16e5a3e7
commit e9925f03c3
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.17";
version = "v0.9.18";
src = pkgs.lib.cleanSource ./.;
cargoLock.lockFile = ./Cargo.lock;