changeset 105:3dc5d8e21f50

Publish v0.8.2
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 26 Apr 2020 10:10:46 +0200
parents 03950ebabe06
children f76c3689831a
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Apr 26 10:10:09 2020 +0200
+++ b/Cargo.toml	Sun Apr 26 10:10:46 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.1"
+version = "0.8.2"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"