Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Jan 25, 2024
1 parent 7c6c0b3 commit c1245ed
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 = "0.6.0"
version = "0.6.1"
edition = "2021"
rust-version = "1.74.0"
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ segment_history = ["lsm-tree/segment_history"]
[dependencies]
byteorder = "1.5.0"
crc32fast = "1.3.2"
lsm-tree = { version = "0.6.0", default-features = false }
lsm-tree = { version = "0.6.1", default-features = false }
log = "0.4.20"
std-semaphore = "0.1.0"
tempfile = "3.9.0"
Expand Down

0 comments on commit c1245ed

Please sign in to comment.