changeset 463:9afd1e3918a9

chore(version): Bump -> 0.2.4 To incorporate optimization of bug fix 0.2.3
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Apr 2018 20:36:48 +0200
parents 9e5b4c74fbfa
children fd31f9ad8897
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Apr 24 08:27:25 2018 +0000
+++ b/Cargo.toml	Tue Apr 24 20:36:48 2018 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.2.3"
+version = "0.2.4"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 repository = "https://bitbucket.org/dermesser/leveldb-rs"