changeset 600:3593ae567020 v1.0.7

Release v1.0.7 Inclues #27, fixing potential corruption/panic
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 08 Jun 2023 19:43:21 +0200
parents 19532b6d8f8a
children 6cebf0ac5f8b
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Jun 08 19:42:32 2023 +0200
+++ b/Cargo.toml	Thu Jun 08 19:43:21 2023 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.6"
+version = "1.0.7"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"