changeset 59:6932158e5c0f v0.6.3

Bump -> 0.6.3
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Oct 2019 13:27:53 +0200
parents 8d73d093ef59
children 357d9f06fd9a
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sat Oct 12 13:27:42 2019 +0200
+++ b/Cargo.toml	Sat Oct 12 13:27:53 2019 +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.6.2"
+version = "0.6.3"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://borgac.net/lbo/hg/sstable/"