changeset 76:2af70f41377d v0.6.6

Publish version 0.6.6
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 17 Feb 2020 20:35:19 +0100
parents 1b359f9e98f4
children 638c945c4d82
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Feb 17 20:34:46 2020 +0100
+++ b/Cargo.toml	Mon Feb 17 20:35:19 2020 +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. It is based on the code implemented for the rusty_leveldb crate."
-version = "0.6.5"
+version = "0.6.6"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"