mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Merge pull request #36 from darakian/update-dependencies
Minor version bumps
This commit is contained in:
commit
26e645d88a
|
|
@ -11,12 +11,12 @@ documentation = "https://docs.rs/ddh"
|
|||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
clap = "2.33"
|
||||
rayon = "1.3"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
siphasher = "0.3"
|
||||
nohash-hasher = "0.1.1"
|
||||
nohash-hasher = "0.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue