chore: Update crates to have their own versions starting at CLI version
This commit is contained in:
parent
50813926ad
commit
b169dbacbb
4 changed files with 4 additions and 5 deletions
|
|
@ -2,7 +2,6 @@
|
|||
members = [ "utils", "recipe","template"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.8.1"
|
||||
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/blue-build/cli"
|
||||
|
|
@ -32,8 +31,8 @@ nursery = "warn"
|
|||
[package]
|
||||
name = "blue-build"
|
||||
build = "build.rs"
|
||||
version = "0.8.1"
|
||||
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "blue-build-recipe"
|
||||
version.workspace = true
|
||||
version = "0.8.1"
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "blue-build-template"
|
||||
version.workspace = true
|
||||
version = "0.8.1"
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "blue-build-utils"
|
||||
version.workspace = true
|
||||
version = "0.8.1"
|
||||
edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue