We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c0b3 commit c1245edCopy full SHA for c1245ed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "fjall"
3
description = "LSM-based key-value storage engine"
4
license = "MIT OR Apache-2.0"
5
-version = "0.6.0"
+version = "0.6.1"
6
edition = "2021"
7
rust-version = "1.74.0"
8
readme = "README.md"
@@ -26,7 +26,7 @@ segment_history = ["lsm-tree/segment_history"]
26
[dependencies]
27
byteorder = "1.5.0"
28
crc32fast = "1.3.2"
29
-lsm-tree = { version = "0.6.0", default-features = false }
+lsm-tree = { version = "0.6.1", default-features = false }
30
log = "0.4.20"
31
std-semaphore = "0.1.0"
32
tempfile = "3.9.0"
0 commit comments