changeset 53:deef5b97336d v0.5

Bump -> 0.6 (API change)
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 14 Mar 2018 20:39:17 +0100
parents b557e42af582
children 532464b1f22f
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Mar 14 20:39:00 2018 +0100
+++ b/Cargo.toml	Wed Mar 14 20:39:17 2018 +0100
@@ -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.5.1"
+version = "0.6"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"