diff --git a/Cargo.lock b/Cargo.lock index b3008c10c..c9bcc7856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "cargo-dist" -version = "0.3.0-prerelease.4" +version = "0.3.0-prerelease.5" dependencies = [ "axoasset", "axocli", @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "cargo-dist-schema" -version = "0.3.0-prerelease.4" +version = "0.3.0-prerelease.5" dependencies = [ "camino", "insta", diff --git a/cargo-dist-schema/Cargo.toml b/cargo-dist-schema/Cargo.toml index 9ab28bef9..82e80cbe9 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.4" +version = "0.3.0-prerelease.5" 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 949c2e0fe..fec388c93 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.4" +version = "0.3.0-prerelease.5" 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.4", path = "../cargo-dist-schema" } +cargo-dist-schema = { version = "=0.3.0-prerelease.5", 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"] }