changeset 603:6c504100f8f9

Merge pull request #29 from EmoFuncs/fix_bug_recover_db fix bug: largest key of sstable is the last key inserted into the table
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 20 Jun 2023 15:49:15 +0200
parents 6cebf0ac5f8b (diff) 45b51fa84885 (current diff)
children 107595106b55
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Mon Jun 12 09:44:03 2023 +0800
+++ b/.hgtags	Tue Jun 20 15:49:15 2023 +0200
@@ -9,3 +9,4 @@
 7575b9ee7b7172fc8e8bd617363c37cd541af1b1 v1.0.2
 12007b450b57ea457541aa2b73a25c663048938c v1.0.3
 d819c7d21878d9d0637788d92ffa8078e135aebf v1.0.6
+3593ae567020c6720c3a3f2b63d0f0354e9cec24 v1.0.7
--- a/Cargo.toml	Mon Jun 12 09:44:03 2023 +0800
+++ b/Cargo.toml	Tue Jun 20 15:49:15 2023 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "rusty-leveldb"
-version = "1.0.6"
+version = "1.0.7"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"