changeset 506:81baad762dca v0.3.1

Version: Bump -> 0.3.1
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 16 Feb 2020 11:32:34 +0100
parents 93a4d01c4000
children 8a64fe94a0b7
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Feb 16 11:32:13 2020 +0100
+++ b/Cargo.toml	Sun Feb 16 11:32:34 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"