From b169dbacbbe1d048f8f08436ade0dc8a5d6974d2 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 8 Mar 2024 19:32:39 -0500 Subject: [PATCH] chore: Update crates to have their own versions starting at CLI version --- Cargo.toml | 3 +-- recipe/Cargo.toml | 2 +- template/Cargo.toml | 2 +- utils/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48f6f31b..a6a95b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/recipe/Cargo.toml b/recipe/Cargo.toml index 0edfc5dd..402266be 100644 --- a/recipe/Cargo.toml +++ b/recipe/Cargo.toml @@ -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 diff --git a/template/Cargo.toml b/template/Cargo.toml index cdf309b3..c09b6830 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -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 diff --git a/utils/Cargo.toml b/utils/Cargo.toml index bf826091..0485fdf8 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -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