Skip to content

Commit 7987d4b

Browse files
authored
chore: Bump cargo-util-schemas to 0.8.2 (#15403)
### What does this PR try to resolve? This is required due to a SemVer breaking change introduced in 0.7.3. See * <#15387> * <#15397> * <#15402>
2 parents 0e93c5b + df91519 commit 7987d4b

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
@@ -34,7 +34,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.2.0" }
3434
cargo-test-macro = { version = "0.4.2", path = "crates/cargo-test-macro" }
3535
cargo-test-support = { version = "0.7.1", path = "crates/cargo-test-support" }
3636
cargo-util = { version = "0.2.20", path = "crates/cargo-util" }
37-
cargo-util-schemas = { version = "0.7.4", path = "crates/cargo-util-schemas" }
37+
cargo-util-schemas = { version = "0.8.2", path = "crates/cargo-util-schemas" }
3838
cargo_metadata = "0.19.1"
3939
clap = "4.5.28"
4040
clap_complete = { version = "4.5.44", 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.5"
3+
version = "0.8.2"
44
rust-version = "1.86" # MSRV:1
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)