mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(schema): Bump version
This commit is contained in:
parent
12541d6e5e
commit
e8f3e5e0f2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -505,7 +505,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-util-schemas"
|
name = "cargo-util-schemas"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"schemars",
|
"schemars",
|
||||||
"semver",
|
"semver",
|
||||||
|
@ -35,7 +35,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.2.0" }
|
|||||||
cargo-test-macro = { version = "0.4.0", path = "crates/cargo-test-macro" }
|
cargo-test-macro = { version = "0.4.0", path = "crates/cargo-test-macro" }
|
||||||
cargo-test-support = { version = "0.7.0", path = "crates/cargo-test-support" }
|
cargo-test-support = { version = "0.7.0", path = "crates/cargo-test-support" }
|
||||||
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
|
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
|
||||||
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
|
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
|
||||||
cargo_metadata = "0.19.0"
|
cargo_metadata = "0.19.0"
|
||||||
clap = "4.5.20"
|
clap = "4.5.20"
|
||||||
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
|
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-util-schemas"
|
name = "cargo-util-schemas"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
rust-version = "1.83" # MSRV:1
|
rust-version = "1.83" # MSRV:1
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user