From ca03f4b3f13516411b5fb216a06834d04785ff15 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Mon, 18 Sep 2023 11:25:17 -0400 Subject: [PATCH] release: 0.3.0-prerelease.7 --- 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 c9bcc7856..f5a503b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "cargo-dist" -version = "0.3.0-prerelease.5" +version = "0.3.0-prerelease.7" dependencies = [ "axoasset", "axocli", @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "cargo-dist-schema" -version = "0.3.0-prerelease.5" +version = "0.3.0-prerelease.7" dependencies = [ "camino", "insta", diff --git a/cargo-dist-schema/Cargo.toml b/cargo-dist-schema/Cargo.toml index 82e80cbe9..c78010bf2 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.3.0-prerelease.5" +version = "0.3.0-prerelease.7" 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 fec388c93..8a364d62d 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.3.0-prerelease.5" +version = "0.3.0-prerelease.7" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/cargo-dist" @@ -30,7 +30,7 @@ clap-cargo = { version = "0.10.0", optional = true } axocli = { version = "0.1.0", optional = true } # Features used by the cli and library -cargo-dist-schema = { version = "=0.3.0-prerelease.5", path = "../cargo-dist-schema" } +cargo-dist-schema = { version = "=0.3.0-prerelease.7", path = "../cargo-dist-schema" } axoasset = { version = "0.5.0", features = ["json-serde", "toml-serde", "toml-edit", "compression"] } axoproject = { version = "0.4.7", default-features = false, features = ["cargo-projects"] }