changeset 34:5449b2eb7265

Bump version -> 0.4.2 This bump contains a more efficient implementation of TableReader::get().
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 26 Feb 2017 09:28:35 +0100
parents 4e7b9fcdbc88
children c06ac66ff2db
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Feb 26 09:28:00 2017 +0100
+++ b/Cargo.toml	Sun Feb 26 09:28:35 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.1"
+version = "0.4.2"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"