Skip to content

Commit d8f9130

Browse files
committed
Auto merge of #14038 - epage:schemas, r=weihanglo
chore: Bump cargo-util-schemas to 0.5 See #13902
2 parents e52e0de + 786ebe9 commit d8f9130

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
@@ -33,7 +33,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.5" }
3333
cargo-test-macro = { version = "0.2.0", path = "crates/cargo-test-macro" }
3434
cargo-test-support = { version = "0.2.0", path = "crates/cargo-test-support" }
3535
cargo-util = { version = "0.2.9", path = "crates/cargo-util" }
36-
cargo-util-schemas = { version = "0.4.0", path = "crates/cargo-util-schemas" }
36+
cargo-util-schemas = { version = "0.5.0", path = "crates/cargo-util-schemas" }
3737
cargo_metadata = "0.18.1"
3838
clap = "4.5.4"
3939
color-print = "0.3.6"

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.4.0"
3+
version = "0.5.0"
44
rust-version = "1.78" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)