chore: Release
This commit is contained in:
parent
464fdf94a9
commit
7be5e00a31
6 changed files with 48 additions and 12 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
repository = "https://github.com/blue-build/cli"
|
||||
license = "Apache-2.0"
|
||||
categories = ["command-line-utilities"]
|
||||
version = "0.8.11"
|
||||
version = "0.8.12"
|
||||
|
||||
[workspace.dependencies]
|
||||
chrono = "0.4"
|
||||
|
|
@ -56,9 +56,9 @@ pre-release-replacements = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
blue-build-recipe = { version = "=0.8.11", path = "./recipe" }
|
||||
blue-build-template = { version = "=0.8.11", path = "./template" }
|
||||
blue-build-utils = { version = "=0.8.11", path = "./utils" }
|
||||
blue-build-recipe = { version = "=0.8.12", path = "./recipe" }
|
||||
blue-build-template = { version = "=0.8.12", path = "./template" }
|
||||
blue-build-utils = { version = "=0.8.12", path = "./utils" }
|
||||
clap-verbosity-flag = "2"
|
||||
clap_complete = "4"
|
||||
clap_complete_nushell = "4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue