Skip to content

Commit 5524409

Browse files
committed
release: 0.30.0-prerelease.1
1 parent 339f97a commit 5524409

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ edition = "2021"
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/axodotdev/cargo-dist"
1414
homepage = "https://axodotdev.github.io/cargo-dist"
15-
version = "0.29.0"
15+
version = "0.30.0-prerelease.1"
1616
rust-version = "1.74"
1717

1818
[workspace.dependencies]
1919
# intra-workspace deps (you need to bump these versions when you cut releases too!
20-
cargo-dist-schema = { version = "=0.29.0", path = "cargo-dist-schema" }
21-
axoproject = { version = "=0.29.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
20+
cargo-dist-schema = { version = "=0.30.0-prerelease.1", path = "cargo-dist-schema" }
21+
axoproject = { version = "=0.30.0-prerelease.1", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2222

2323
# first-party deps
2424
axocli = { version = "0.3.0" }

0 commit comments

Comments
 (0)