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