mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
df: use "workspace = true" for tempfile
This commit is contained in:
parent
e0640b2e79
commit
565a36a88b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ uucore = { workspace = true, features = ["libc", "fsext"] }
|
|||
unicode-width = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.10.1"
|
||||
tempfile = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "df"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue