changeset 594:d819c7d21878 v1.0.6

Release v1.0.6 including #21
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 15 Jan 2023 09:27:53 +0100
parents 53a459b14a17
children ed506cf9ba25
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Jan 15 09:25:34 2023 +0100
+++ b/Cargo.toml	Sun Jan 15 09:27:53 2023 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.5"
+version = "1.0.6"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"