mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +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 }
|
clap = { workspace = true }
|
||||||
uucore_procs = { workspace = true }
|
uucore_procs = { workspace = true }
|
||||||
number_prefix = { 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 }
|
dunce = { version = "1.0.4", optional = true }
|
||||||
wild = "2.2.1"
|
wild = "2.2.1"
|
||||||
glob = { workspace = true }
|
glob = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue