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"]
|
members = [ "utils", "recipe","template"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.8.1"
|
|
||||||
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
|
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/blue-build/cli"
|
repository = "https://github.com/blue-build/cli"
|
||||||
|
|
@ -32,8 +31,8 @@ nursery = "warn"
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build"
|
name = "blue-build"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
version = "0.8.1"
|
||||||
|
|
||||||
version.workspace = true
|
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build-recipe"
|
name = "blue-build-recipe"
|
||||||
version.workspace = true
|
version = "0.8.1"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build-template"
|
name = "blue-build-template"
|
||||||
version.workspace = true
|
version = "0.8.1"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build-utils"
|
name = "blue-build-utils"
|
||||||
version.workspace = true
|
version = "0.8.1"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue