changeset 56:7ca5a4249db1

Bump version -> 0.6.2
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Apr 2018 07:53:20 +0000
parents c62370640712
children 830eb538a57b
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Apr 24 07:52:19 2018 +0000
+++ b/Cargo.toml	Tue Apr 24 07:53:20 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.1"
+version = "0.6.2"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"