changeset 32:f4caa5af5b93

Bump -> 0.4.1
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 03 Jan 2017 20:05:45 +0100
parents db6eae79024a
children 4e7b9fcdbc88
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Jan 03 20:05:19 2017 +0100
+++ b/Cargo.toml	Tue Jan 03 20:05:45 2017 +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 has some infrastructure to support bloom filters, but doesn't yet make use of it. It also features checksums and skipping bad blocks."
-version = "0.4.0"
+version = "0.4.1"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"