chore: bump cargo-test-support to 0.4.0

This commit is contained in:
Weihang Lo 2024-07-22 15:36:58 -04:00
parent 8a8b99f06d
commit ab8ac44b49
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -412,7 +412,7 @@ version = "0.3.0"
[[package]]
name = "cargo-test-support"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"anstream",
"anstyle",

View File

@ -31,7 +31,7 @@ cargo-credential-macos-keychain = { version = "0.4.7", path = "credential/cargo-
cargo-credential-wincred = { version = "0.4.7", path = "credential/cargo-credential-wincred" }
cargo-platform = { path = "crates/cargo-platform", version = "0.1.5" }
cargo-test-macro = { version = "0.3.0", path = "crates/cargo-test-macro" }
cargo-test-support = { version = "0.3.0", path = "crates/cargo-test-support" }
cargo-test-support = { version = "0.4.0", path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
cargo-util-schemas = { version = "0.5.0", path = "crates/cargo-util-schemas" }
cargo_metadata = "0.18.1"

View File

@ -1,6 +1,6 @@
[package]
name = "cargo-test-support"
version = "0.3.0"
version = "0.4.0"
edition.workspace = true
rust-version = "1.79" # MSRV:1
license.workspace = true