Skip to content

Commit 9a8ca86

Browse files
committed
chore: Bump cargo-test-support's version
1 parent 6c5d34c commit 9a8ca86

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-credential-macos-keychain = { version = "0.4.7", path = "credential/cargo-
3333
cargo-credential-wincred = { version = "0.4.7", path = "credential/cargo-credential-wincred" }
3434
cargo-platform = { path = "crates/cargo-platform", version = "0.2.0" }
3535
cargo-test-macro = { version = "0.4.0", path = "crates/cargo-test-macro" }
36-
cargo-test-support = { version = "0.6.0", path = "crates/cargo-test-support" }
36+
cargo-test-support = { version = "0.7.0", path = "crates/cargo-test-support" }
3737
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
3838
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
3939
cargo_metadata = "0.19.0"

crates/cargo-test-support/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-test-support"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
edition.workspace = true
55
rust-version = "1.83" # MSRV:1
66
license.workspace = true

0 commit comments

Comments
 (0)