Skip to content

Commit

Permalink
release v0.5.0, updated md5
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 6, 2022
1 parent 0bc21be commit 779ed93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "conhash"
version = "0.4.0"
edition = "2018"
version = "0.5.0"
edition = "2021"
authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
description = "Consistent Hashing library in Rust"
repository = "https://github.com/zonyitoo/conhash-rs"
Expand All @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
name = "conhash"

[dependencies]
md5 = "0.3"
md5 = "0.7"
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 779ed93

Please sign in to comment.