Skip to content

Commit 977d1bb

Browse files
committed
chore: bump cargo-util-schemas to 0.2.0
1 parent 69cd0ed commit 977d1bb

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
@@ -32,7 +32,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
3232
cargo-test-macro = { path = "crates/cargo-test-macro" }
3333
cargo-test-support = { path = "crates/cargo-test-support" }
3434
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
35-
cargo-util-schemas = { version = "0.1.0", path = "crates/cargo-util-schemas" }
35+
cargo-util-schemas = { version = "0.2.0", path = "crates/cargo-util-schemas" }
3636
cargo_metadata = "0.18.1"
3737
clap = "4.4.10"
3838
color-print = "0.3.5"

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.1.1"
3+
version = "0.2.0"
44
rust-version.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)