mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
fix the base32 dep
This commit is contained in:
parent
1bb23cdf73
commit
35a9b7f1fb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ path = "src/base64.rs"
|
||||||
clap = { version = "2.33", features = ["wrap_help"] }
|
clap = { version = "2.33", features = ["wrap_help"] }
|
||||||
uucore = { version=">=0.0.9", package="uucore", path="../../uucore", features = ["encoding"] }
|
uucore = { version=">=0.0.9", package="uucore", path="../../uucore", features = ["encoding"] }
|
||||||
uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" }
|
uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" }
|
||||||
uu_base32 = { version=">=0.0.7", package="uu_base32", path="../base32"}
|
uu_base32 = { version=">=0.0.6", package="uu_base32", path="../base32"}
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue