changeset 40:2452c9af0021

Bump version -> 0.4.4
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 11 Mar 2018 11:29:39 +0100
parents e84d6d9ab29d
children d2559e2729e4
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Mar 11 11:29:29 2018 +0100
+++ b/Cargo.toml	Sun Mar 11 11:29:39 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."
-version = "0.4.3"
+version = "0.4.4"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"