changeset 456:22a8ac3e9ba9

chore(version): Bump -> 0.1.8, backporting borrow error fix (issue #2)
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 11 Mar 2018 10:27:57 +0100
parents fbd81ef2b3c6
children a735d124b0f7
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Mar 11 10:26:59 2018 +0100
+++ b/Cargo.toml	Sun Mar 11 10:27:57 2018 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.1.7"
+version = "0.1.8"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 repository = "https://bitbucket.org/dermesser/leveldb-rs"