From 2019bac7659a8d8c929f4db5877e1243683c794d Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Fri, 7 May 2021 21:33:59 +0530 Subject: [PATCH] Upgrade crate to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0eac06c..43ead36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dstore" -version = "0.1.2" +version = "0.2.0" authors = ["Devdutt Shenoi "] license = "Apache-2.0" description = "A partially distributed storage framework, using the two-layer architecture."