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 8956a43 commit 1083661Copy full SHA for 1083661
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "fjall"
3
description = "Log-structured, embeddable key-value storage engine"
4
license = "MIT OR Apache-2.0"
5
-version = "3.0.0"
+version = "3.0.1"
6
edition = "2021"
7
rust-version = "1.91.0"
8
readme = "README.md"
@@ -26,7 +26,7 @@ __internal_whitebox = []
26
[dependencies]
27
byteorder = { package = "byteorder-lite", version = "0.1.0" }
28
byteview = "~0.10.0"
29
-lsm-tree = { version = "~3.0.0", default-features = false, features = [] }
+lsm-tree = { version = "~3.0.1", default-features = false, features = [] }
30
log = "0.4.27"
31
tempfile = "3.20.0"
32
dashmap = "6.1.0"
0 commit comments