From 4a63178515cf862610f581b8b36fe05347b0d74a Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Mon, 11 Dec 2023 14:46:42 -0500 Subject: [PATCH] release: 0.6.0-prerelease.4 --- Cargo.lock | 4 ++-- cargo-dist-schema/Cargo.toml | 2 +- cargo-dist/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f935d0c4..aa70e4bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "cargo-dist" -version = "0.6.0-prerelease.3" +version = "0.6.0-prerelease.4" dependencies = [ "axoasset", "axocli", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "cargo-dist-schema" -version = "0.6.0-prerelease.3" +version = "0.6.0-prerelease.4" dependencies = [ "camino", "gazenot", diff --git a/cargo-dist-schema/Cargo.toml b/cargo-dist-schema/Cargo.toml index 8df493d52..2f665f0bb 100644 --- a/cargo-dist-schema/Cargo.toml +++ b/cargo-dist-schema/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-dist-schema" description = "Schema information for cargo-dist's dist-manifest.json" -version = "0.6.0-prerelease.3" +version = "0.6.0-prerelease.4" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/cargo-dist" diff --git a/cargo-dist/Cargo.toml b/cargo-dist/Cargo.toml index 9a4e9a434..85a3cda43 100644 --- a/cargo-dist/Cargo.toml +++ b/cargo-dist/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-dist" description = "Shippable application packaging for Rust" -version = "0.6.0-prerelease.3" +version = "0.6.0-prerelease.4" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/cargo-dist" @@ -31,7 +31,7 @@ axocli = { version = "0.1.1", optional = true } # Features used by the cli and library axotag = "0.1.0" -cargo-dist-schema = { version = "=0.6.0-prerelease.3", path = "../cargo-dist-schema" } +cargo-dist-schema = { version = "=0.6.0-prerelease.4", path = "../cargo-dist-schema" } axoasset = { version = "0.6.0", features = ["json-serde", "toml-serde", "toml-edit", "compression"] } axoproject = { version = "0.6.0", default-features = false, features = ["cargo-projects", "generic-projects"] }