Skip to content

Commit f1df274

Browse files
authored
Update Cargo.toml
1 parent 99d6c75 commit f1df274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fjall"
33
description = "LSM-based key-value storage engine"
44
license = "MIT OR Apache-2.0"
5-
version = "2.7.4"
5+
version = "2.7.5"
66
edition = "2021"
77
rust-version = "1.75.0"
88
readme = "README.md"
@@ -28,7 +28,7 @@ __internal_whitebox = []
2828
[dependencies]
2929
byteorder = "1.5.0"
3030
byteview = "0.6.1"
31-
lsm-tree = { version = "2.7.4", default-features = false, features = [] }
31+
lsm-tree = { version = "2.7.5", default-features = false, features = [] }
3232
log = "0.4.21"
3333
std-semaphore = "0.1.0"
3434
tempfile = "3.10.1"

0 commit comments

Comments
 (0)