Skip to content

Commit

Permalink
Bump rocksdb to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jun 16, 2024
1 parent c4329c7 commit dd3a0e8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
58 changes: 31 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_derive = "1.0"
rand = "0.8"
unicode-segmentation = "1.6"
radix = "0.6"
rocksdb = { version = "0.21", features = ["zstd"] }
rocksdb = { version = "0.22", features = ["zstd"] }
fst = "0.3"
fst-levenshtein = "0.3"
fst-regex = "0.3"
Expand Down

0 comments on commit dd3a0e8

Please sign in to comment.