Skip to content

Commit

Permalink
fix the base32 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jul 11, 2021
1 parent 1bb23cd commit 35a9b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/base64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35a9b7f

Please sign in to comment.