changeset 94:7b43cb6b9666

Release v0.7.0 With multithreading-friendly types, thanks to @thomaskrause.
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 24 Feb 2020 13:17:14 +0100
parents edebaa08a0f0
children da4beef6e417 e93d0baf758a
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Feb 24 13:16:20 2020 +0100
+++ b/Cargo.toml	Mon Feb 24 13:17:14 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.7"
+version = "0.7.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"