chore: Update workspace dependency versions
This commit is contained in:
parent
8753e76eeb
commit
2cbc07a33d
3 changed files with 6 additions and 6 deletions
|
|
@ -45,9 +45,9 @@ pre-release-replacements = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
blue-build-recipe = { path = "./recipe" }
|
||||
blue-build-template = { path = "./template" }
|
||||
blue-build-utils = { path = "./utils" }
|
||||
blue-build-recipe = { version = "=0.8.2", path = "./recipe" }
|
||||
blue-build-template = { version = "=0.8.2", path = "./template" }
|
||||
blue-build-utils = { version = "=0.8.2", path = "./utils" }
|
||||
clap = { version = "4", features = ["derive", "cargo", "unicode"] }
|
||||
clap-verbosity-flag = "2"
|
||||
clap_complete = "4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue