changeset 100:e1d2d449e543 v0.8.1

Publish version 0.8.1
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 13 Apr 2020 09:02:44 +0200
parents 27adf763a778
children 5766a8e117c7
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Apr 13 09:02:34 2020 +0200
+++ b/Cargo.toml	Mon Apr 13 09:02:44 2020 +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 also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate."
-version = "0.8.0"
+version = "0.8.1"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"