diff --git a/Cargo.toml b/Cargo.toml index 56bc134..0959f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-leveldb" -version = "3.0.1" +version = "3.0.2" authors = ["Lewin Bormann "] description = "A compatible re-implementation of LevelDB in Rust" homepage = "https://github.com/dermesser/leveldb-rs"