Skip to content

Commit

Permalink
Merge pull request #431 from axodotdev/rel37
Browse files Browse the repository at this point in the history
release: 0.3.0-prerelease.7
  • Loading branch information
Gankra authored Sep 18, 2023
2 parents 1878ac0 + ca03f4b commit 6bbdef4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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.1", features = ["json-serde", "toml-serde", "toml-edit", "compression"] }
axoproject = { version = "0.4.7", default-features = false, features = ["cargo-projects"] }
Expand Down

0 comments on commit 6bbdef4

Please sign in to comment.