From 043126a10f30229fbf2a7eb72c935dc371d8ec07 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Fri, 17 May 2024 22:17:53 +0200 Subject: [PATCH] update lsm-tree --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 506b991a..79454150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fjall" description = "LSM-based key-value storage engine" license = "MIT OR Apache-2.0" -version = "1.0.1" +version = "1.0.2" edition = "2021" rust-version = "1.74.0" readme = "README.md" @@ -26,7 +26,7 @@ segment_history = ["lsm-tree/segment_history"] [dependencies] byteorder = "1.5.0" crc32fast = "1.4.0" -lsm-tree = { version = "1.0.1", default-features = false } +lsm-tree = { version = "1.0.2", default-features = false } log = "0.4.21" std-semaphore = "0.1.0" tempfile = "3.10.1"