1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

cosmetic: consistency in the clap cargo declaration

This commit is contained in:
Sylvestre Ledru 2020-12-12 13:12:13 +01:00
parent e19010e9fe
commit 431a4e9f2f

View file

@ -16,7 +16,7 @@ path = "src/hashsum.rs"
[dependencies]
digest = "0.6.2"
clap = "2"
clap = "2.33"
hex = "0.2.0"
libc = "0.2.42"
md5 = "0.3.5"