changeset 97:b46bf8bc18d4 v0.8.0

Publish version 0.8.0
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 13 Apr 2020 08:56:04 +0200
parents e93d0baf758a
children 415d33ce0fb6
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Apr 13 08:54:16 2020 +0200
+++ b/Cargo.toml	Mon Apr 13 08:56:04 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.7.0"
+version = "0.8.0"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://github.com/dermesser/sstable"