diff options
author | Jon Moroney <darakian@gmail.com> | 2020-08-02 16:00:46 -0700 |
---|---|---|
committer | Jon Moroney <darakian@gmail.com> | 2020-08-02 16:00:51 -0700 |
commit | c8478035ac57bbc8907ea394fcf2624d4c634250 (patch) | |
tree | d1f17e663e45166d8454263a0916dc10d9fe34e5 | |
parent | 89b2e8d439854f1379d97a8f159ae7c3c8a18933 (diff) |
Minor version bumps
Minor bump
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |