10000 update lsm-tree · fjall-rs/fjall@fd7e50f · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
update lsm-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Feb 9, 2025
1 parent 65afc02 commit fd7e50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fjall"
description = "LSM-based key-value storage engine"
license = "MIT OR Apache-2.0"
version = "2.6.0"
version = "2.6.1"
edition = "2021"
rust-version = "1.75.0"
readme = "README.md"
Expand All @@ -28,7 +28,7 @@ __internal_whitebox = []
[dependencies]
byteorder = "1.5.0"
byteview = "0.5.2"
lsm-tree = { version = "2.6.0", default-features = false, features = [] }
lsm-tree = { version = "2.6.1", default-features = false, features = [] }
log = "0.4.21"
std-semaphore = "0.1.0"
tempfile = "3.10.1"
Expand Down

0 comments on commit fd7e50f

Please sign in to comment.
0