changeset 44:d0d878a8cbcc

Bump version: 0.5 with new API.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 11 Mar 2018 16:27:37 +0100
parents 08b29b687320
children 088c7924e3f0
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Mar 11 16:12:39 2018 +0100
+++ b/Cargo.toml	Sun Mar 11 16:27:37 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.4"
+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"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"