fix the base32 dep

This commit is contained in:
Sylvestre Ledru 2021-07-11 21:32:01 +02:00
parent 1bb23cdf73
commit 35a9b7f1fb

View file

@ -18,7 +18,7 @@ path = "src/base64.rs"
clap = { version = "2.33", features = ["wrap_help"] }
uucore = { version=">=0.0.9", package="uucore", path="../../uucore", features = ["encoding"] }
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]]
name = "base64"