mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
df: use "workspace = true" for tempfile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user