Skip to content

Commit da18686

Browse files
committed
chore(schemas): Bump version
1 parent fa8fd7f commit da18686

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.5" }
3333
cargo-test-macro = { version = "0.3.0", path = "crates/cargo-test-macro" }
3434
cargo-test-support = { version = "0.5.0", path = "crates/cargo-test-support" }
3535
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
36-
cargo-util-schemas = { version = "0.6.0", path = "crates/cargo-util-schemas" }
36+
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
3737
cargo_metadata = "0.18.1"
3838
clap = "4.5.18"
3939
clap_complete = { version = "4.5.29", features = ["unstable-dynamic"] }

crates/cargo-util-schemas/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)