Skip to content

Commit 5fe0eba

Browse files
committed
0.3.2
1 parent 8e8b7f9 commit 5fe0eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fjall/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fjall"
33
description = "LSM-based key-value storage engine"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
repository = "https://github.com/marvin-j97/fjall"
66
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
77
edition.workspace = true
@@ -25,7 +25,7 @@ bloom = ["lsm-tree/bloom"]
2525
byteorder = "1.5.0"
2626
crc32fast = "1.3.2"
2727
env_logger = "0.10.1"
28-
lsm-tree = { version = "0.3.1", default-features = false }
28+
lsm-tree = { version = "0.3.2", default-features = false }
2929
log = "0.4.20"
3030
std-semaphore = "0.1.0"
3131
tempfile = "3.9.0"

lsm-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lsm-tree"
33
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
repository = "https://github.com/marvin-j97/fjall"
66
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
77
edition.workspace = true

0 commit comments

Comments
 (0)