From 8089909448449854dba1f9647e254c77e68be05c Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 6 Jul 2023 15:14:38 +0200 Subject: [PATCH] Cargo.toml: use "workspace = true" for rstest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e857e5fed..417c7f920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -492,7 +492,7 @@ uucore = { workspace = true, features = ["entries", "process", "signals"] } walkdir = { workspace = true } is-terminal = { workspace = true } hex-literal = "0.4.1" -rstest = "0.17.0" +rstest = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies] procfs = { version = "0.15", default-features = false }