Cargo.toml: use "workspace = true" for rstest

This commit is contained in:
Daniel Hofstetter 2023-07-06 15:14:38 +02:00
parent 24c74d0f57
commit 8089909448

View file

@ -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 }