diff --git a/Cargo.lock b/Cargo.lock index 0b72824..ef810cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "zookeeper-cache" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-recursion", "futures", diff --git a/Cargo.toml b/Cargo.toml index c2bad30..45236d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zookeeper-cache" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "ZooKeeper client cache" homepage = "https://github.com/misssonder/zookeeper-cache-rust"