changeset 572:7575b9ee7b71 v1.0.2

Release v1.0.2 This activates CI for Mac OS and Windows, and fixes tests so that they pass on Windows.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 08 Jul 2022 15:06:35 -0700
parents f7eb588de00d
children 69269e3e90db
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Fri Jul 08 15:03:54 2022 -0700
+++ b/Cargo.toml	Fri Jul 08 15:06:35 2022 -0700
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.1"
+version = "1.0.2"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"