Skip to content

Commit e8f3e5e

Browse files
committed
chore(schema): Bump version
1 parent 12541d6 commit e8f3e5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.2.0" }
3535
cargo-test-macro = { version = "0.4.0", path = "crates/cargo-test-macro" }
3636
cargo-test-support = { version = "0.7.0", path = "crates/cargo-test-support" }
3737
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
38-
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
38+
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
3939
cargo_metadata = "0.19.0"
4040
clap = "4.5.20"
4141
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }

crates/cargo-util-schemas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)