Skip to content

Commit c1245ed

Browse files
authored
0.6.1
1 parent 7c6c0b3 commit c1245ed

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 = "LSM-based key-value storage engine"
44
license = "MIT OR Apache-2.0"
5-
version = "0.6.0"
5+
version = "0.6.1"
66
edition = "2021"
77
rust-version = "1.74.0"
88
readme = "README.md"
@@ -26,7 +26,7 @@ segment_history = ["lsm-tree/segment_history"]
2626
[dependencies]
2727
byteorder = "1.5.0"
2828
crc32fast = "1.3.2"
29-
lsm-tree = { version = "0.6.0", default-features = false }
29+
lsm-tree = { version = "0.6.1", default-features = false }
3030
log = "0.4.20"
3131
std-semaphore = "0.1.0"
3232
tempfile = "3.9.0"

0 commit comments

Comments
 (0)