changeset 50:2247f47ea794

Bump -> 0.5.1
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 12 Mar 2018 19:30:57 +0100
parents 8a287fd23f95
children b851387cdf9c
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Mar 12 19:30:45 2018 +0100
+++ b/Cargo.toml	Mon Mar 12 19:30:57 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.0"
+version = "0.5.1"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"