mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Chore(Cargo.toml): Add versions for cargo-test-*
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
This commit is contained in:
parent
2879fc0d60
commit
01e1fe247b
@ -30,8 +30,8 @@ cargo-credential-libsecret = { version = "0.4.2", path = "credential/cargo-crede
|
||||
cargo-credential-macos-keychain = { version = "0.4.2", path = "credential/cargo-credential-macos-keychain" }
|
||||
cargo-credential-wincred = { version = "0.4.2", path = "credential/cargo-credential-wincred" }
|
||||
cargo-platform = { path = "crates/cargo-platform", version = "0.1.5" }
|
||||
cargo-test-macro = { path = "crates/cargo-test-macro" }
|
||||
cargo-test-support = { path = "crates/cargo-test-support" }
|
||||
cargo-test-macro = { version = "0.2.0", path = "crates/cargo-test-macro" }
|
||||
cargo-test-support = { version = "0.2.0", path = "crates/cargo-test-support" }
|
||||
cargo-util = { version = "0.2.9", path = "crates/cargo-util" }
|
||||
cargo-util-schemas = { version = "0.3.0", path = "crates/cargo-util-schemas" }
|
||||
cargo_metadata = "0.18.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user