Skip to content

Commit

Permalink
Merge pull request #95 from carlsverre/main
Browse files Browse the repository at this point in the history
Pass through `bytes` dependency to `lsm-tree` to resolve #94
  • Loading branch information
marvin-j97 authored Nov 15, 2024
2 parents 20b6011 + f9dbce0 commit c1574c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fjall"
description = "LSM-based key-value storage engine"
license = "MIT OR Apache-2.0"
version = "2.3.3"
version = "2.4.0"
edition = "2021"
rust-version = "1.74.0"
readme = "README.md"
Expand All @@ -24,10 +24,11 @@ bloom = ["lsm-tree/bloom"]
single_writer_tx = []
ssi_tx = []
__internal_whitebox = []
bytes = ["lsm-tree/bytes"]

[dependencies]
byteorder = "1.5.0"
lsm-tree = { version = "2.3.3", default-features = false }
lsm-tree = { version = "2.4.0", default-features = false }
log = "0.4.21"
std-semaphore = "0.1.0"
tempfile = "3.10.1"
Expand Down

0 comments on commit c1574c5

Please sign in to comment.