From 06fc6f5262d93ff9e3c4fc53fd201309c1dcec5c Mon Sep 17 00:00:00 2001 From: "Clint.Network" Date: Sat, 26 Oct 2019 02:11:09 +0200 Subject: [PATCH] Bump to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]