changeset 35:c06ac66ff2db v0.4.3

Update crate description.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Aug 2017 09:07:41 +0200
parents 5449b2eb7265
children f1d4e7cfda49
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Feb 26 09:28:35 2017 +0100
+++ b/Cargo.toml	Sat Aug 12 09:07:41 2017 +0200
@@ -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.2"
+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"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"