changeset 54:532464b1f22f

chore(manifest): Fix version number format.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 30 Mar 2018 15:50:29 +0000
parents deef5b97336d
children c62370640712
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Mar 14 20:39:17 2018 +0100
+++ b/Cargo.toml	Fri Mar 30 15:50:29 2018 +0000
@@ -1,7 +1,7 @@
 [package]
 name = "sstable"
 description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently. This crate also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate."
-version = "0.6"
+version = "0.6.1"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"