Skip to content

Commit

Permalink
update value-log
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Feb 9, 2025
1 parent 4a45152 commit f393c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lsm-tree"
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
license = "MIT OR Apache-2.0"
version = "2.6.0"
version = "2.6.1"
edition = "2021"
rust-version = "1.75.0"
readme = "README.md"
Expand Down Expand Up @@ -37,7 +37,7 @@ quick_cache = { version = "0.6.5", default-features = false, features = [] }
rustc-hash = "2.0.0"
self_cell = "1.0.4"
tempfile = "3.12.0"
value-log = { version = "1.5.0", default-features = false, features = [] }
value-log = { version = "1.5.1", default-features = false, features = [] }
varint-rs = "2.2.0"
xxhash-rust = { version = "0.8.12", features = ["xxh3"] }

Expand Down

0 comments on commit f393c59

Please sign in to comment.