chore: Release

This commit is contained in:
Gerald Pinder 2025-02-01 00:30:56 -05:00
parent 952096c014
commit d77adf929a
6 changed files with 22 additions and 15 deletions

View file

@ -12,7 +12,7 @@ path = "process.rs"
[dependencies]
anyhow = "1"
blue-build-utils = { version = "=0.9.4", path = "../utils" }
blue-build-utils = { version = "=0.9.5-rc.1", path = "../utils" }
indicatif-log-bridge = "0.2"
lenient_semver = "0.4"
log4rs = { version = "1", features = ["background_rotation"] }
@ -47,7 +47,7 @@ uuid.workspace = true
[dev-dependencies]
rstest.workspace = true
blue-build-utils = { version = "=0.9.4", path = "../utils", features = ["test"] }
blue-build-utils = { version = "=0.9.5-rc.1", path = "../utils", features = ["test"] }
[lints]
workspace = true