changeset 498:8f1a6f7da79d v0.3.0

Version: Bump -> 0.3.0
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 06 Oct 2019 11:20:00 +0200
parents 0d93c476675f
children ea6c566ce600
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Oct 06 11:19:30 2019 +0200
+++ b/Cargo.toml	Sun Oct 06 11:20:00 2019 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "0.2.7"
+version = "0.3.0"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"