mirror of
https://github.com/rust-lang/cargo.git
synced 2026-03-06 19:19:02 +00:00
chore(test): Bump cargo-test-supports version
This commit is contained in:
parent
ce69df6f72
commit
a03ef3742c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -483,7 +483,7 @@ version = "0.4.10"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-test-support"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
||||
@ -31,7 +31,7 @@ cargo-credential-macos-keychain = { version = "0.4.21", path = "credential/cargo
|
||||
cargo-credential-wincred = { version = "0.4.21", path = "credential/cargo-credential-wincred" }
|
||||
cargo-platform = { path = "crates/cargo-platform", version = "0.3.3" }
|
||||
cargo-test-macro = { version = "0.4.10", path = "crates/cargo-test-macro" }
|
||||
cargo-test-support = { version = "0.10.1", path = "crates/cargo-test-support" }
|
||||
cargo-test-support = { version = "0.11.0", path = "crates/cargo-test-support" }
|
||||
cargo-util = { version = "0.2.28", path = "crates/cargo-util" }
|
||||
cargo-util-schemas = { version = "0.13.0", path = "crates/cargo-util-schemas" }
|
||||
cargo_metadata = "0.23.1"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-test-support"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
edition.workspace = true
|
||||
rust-version = "1.93" # MSRV:1
|
||||
license.workspace = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user