changeset 557:744663476044 v1.0.1

Release v1.0.1 with fixed tests
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 30 Jun 2022 21:21:33 -0700
parents 19d57fc3adea
children a00835a29ec7
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Jun 30 21:20:18 2022 -0700
+++ b/Cargo.toml	Thu Jun 30 21:21:33 2022 -0700
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0"
+version = "1.0.1"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"