changeset 515:4c54943d52e3 v0.3.2

Publish version 0.3.2
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 19 Feb 2020 16:23:50 +0100
parents 3c8a8285f0cb
children 9add47982f33
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Feb 19 16:23:38 2020 +0100
+++ b/Cargo.toml	Wed Feb 19 16:23:50 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.3.1"
+version = "0.3.2"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"