changeset 575:12007b450b57 v1.0.3

Release v1.0.3 This fixes a stupid, but (usually) harmless bug in the read sampling logic.
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 20 Jul 2022 12:39:13 -0700
parents ae3266c9cb9b
children 679c163d1259
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Jul 19 13:20:07 2022 -0700
+++ b/Cargo.toml	Wed Jul 20 12:39:13 2022 -0700
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.2"
+version = "1.0.3"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"