mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
cosmetic: consistency in the clap cargo declaration
This commit is contained in:
parent
e19010e9fe
commit
431a4e9f2f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "src/hashsum.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
digest = "0.6.2"
|
digest = "0.6.2"
|
||||||
clap = "2"
|
clap = "2.33"
|
||||||
hex = "0.2.0"
|
hex = "0.2.0"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
md5 = "0.3.5"
|
md5 = "0.3.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue