diff --git a/Cargo.lock b/Cargo.lock index d32aee7..8d8bced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "lucid" -version = "0.1.0" +version = "0.1.2" dependencies = [ "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chashmap 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5b016b5..fd66c89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lucid" description = "A Fast, Secure and Distributed KV store with a HTTP API." -version = "0.1.1" +version = "0.1.2" authors = ["Clint.Network "] edition = "2018" keywords = ["kv", "distributed", "ledger", "kv-store", "key-value", "rest", "http", "swagger", "websocket"]