Skip to content

Commit

Permalink
chore: Update crates to have their own versions starting at CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Mar 9, 2024
1 parent 5081392 commit b169dba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b169dba

Please sign in to comment.