changeset 590:3ac181023b24

Release v1.0.5
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 06 Jan 2023 23:31:44 +0100
parents 12461fa303d3
children 16a7e5c96023 53a459b14a17
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Sep 28 11:40:55 2022 +0200
+++ b/Cargo.toml	Fri Jan 06 23:31:44 2023 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.4"
+version = "1.0.5"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"