From 779ed931b07c1a9b643dc14f62db29bf8102fd1b Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Wed, 6 Apr 2022 18:36:03 +0800 Subject: [PATCH] release v0.5.0, updated md5 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf16dbb..2f3ad76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "conhash" -version = "0.4.0" -edition = "2018" +version = "0.5.0" +edition = "2021" authors = ["Y. T. Chung "] description = "Consistent Hashing library in Rust" repository = "https://github.com/zonyitoo/conhash-rs" @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0" name = "conhash" [dependencies] -md5 = "0.3" +md5 = "0.7" log = "0.4" [dev-dependencies]