Skip to content

Commit 1083661

Browse files
committed
3.0.1
1 parent 8956a43 commit 1083661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fjall"
33
description = "Log-structured, embeddable key-value storage engine"
44
license = "MIT OR Apache-2.0"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
edition = "2021"
77
rust-version = "1.91.0"
88
readme = "README.md"
@@ -26,7 +26,7 @@ __internal_whitebox = []
2626
[dependencies]
2727
byteorder = { package = "byteorder-lite", version = "0.1.0" }
2828
byteview = "~0.10.0"
29-
lsm-tree = { version = "~3.0.0", default-features = false, features = [] }
29+
lsm-tree = { version = "~3.0.1", default-features = false, features = [] }
3030
log = "0.4.27"
3131
tempfile = "3.20.0"
3232
dashmap = "6.1.0"

0 commit comments

Comments
 (0)