mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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 }
|
unicode-width = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.10.1"
|
tempfile = { workspace = true }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "df"
|
name = "df"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue