changeset 524:c0e92d14e550

Release v0.3.4 Remove bloat and fix #2.
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Mar 2020 07:09:47 +0100
parents a32463dc4cb2
children 83ac03d4ebfe 79e0bbc4f604 5072ed1ffabd
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Feb 23 23:07:42 2020 +0100
+++ b/Cargo.toml	Tue Mar 24 07:09:47 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.3.3"
+version = "0.3.4"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"