mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +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…
Reference in a new issue