mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6869 from Banyc/main
fix(deps): crates import compatible uucore
This commit is contained in:
commit
691472e7f7
1 changed files with 4 additions and 4 deletions
|
@ -354,10 +354,10 @@ blake3 = "1.5.1"
|
|||
sm3 = "0.4.2"
|
||||
digest = "0.10.7"
|
||||
|
||||
uucore = { version = ">=0.0.19", package = "uucore", path = "src/uucore" }
|
||||
uucore_procs = { version = ">=0.0.19", package = "uucore_procs", path = "src/uucore_procs" }
|
||||
uu_ls = { version = ">=0.0.18", path = "src/uu/ls" }
|
||||
uu_base32 = { version = ">=0.0.18", path = "src/uu/base32" }
|
||||
uucore = { version = "0.0.28", package = "uucore", path = "src/uucore" }
|
||||
uucore_procs = { version = "0.0.28", package = "uucore_procs", path = "src/uucore_procs" }
|
||||
uu_ls = { version = "0.0.28", path = "src/uu/ls" }
|
||||
uu_base32 = { version = "0.0.28", path = "src/uu/base32" }
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue