mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
uucore: use "workspace = true" for dns-lookup
This commit is contained in:
parent
9fbfb2925f
commit
dafbd4bd6f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ path = "src/lib/lib.rs"
|
|||
clap = { workspace = true }
|
||||
uucore_procs = { workspace = true }
|
||||
number_prefix = { workspace = true }
|
||||
dns-lookup = { version = "2.0.4", optional = true }
|
||||
dns-lookup = { workspace = true, optional = true }
|
||||
dunce = { version = "1.0.4", optional = true }
|
||||
wild = "2.2.1"
|
||||
glob = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue