mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 08:57:13 +00:00
Cargo.toml: use "workspace = true" for rstest
This commit is contained in:
parent
24c74d0f57
commit
8089909448
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue