Skip to content

Commit 41bc213

Browse files
committed
3.1.5
1 parent fb57152 commit 41bc213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.4"
5+
version = "3.1.5"
66
edition = "2021"
77
rust-version = "1.90.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.1"
29-
lsm-tree = { version = "~3.1.4", default-features = false, features = [] }
29+
lsm-tree = { version = "~3.1.5", default-features = false, features = [] }
3030
log = "0.4.27"
3131
tempfile = "3.20.0"
3232
dashmap = "6.1.0"

0 commit comments

Comments
 (0)