mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +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…
Add table
Add a link
Reference in a new issue