Skip to content

Commit

Permalink
Use RocksDB 5.18.3 to prevents from Deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistejamin committed Mar 28, 2019
1 parent 41d0b0b commit 19c4a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -31,7 +31,7 @@ serde_derive = "1.0"
graceful = "0.1"
rand = "0.6"
unicode-segmentation = "1.2"
rocksdb = { version = "0.12", features = ["lz4"] }
rocksdb = { git = "https://github.com/baptistejamin/rust-rocksdb", features = ["lz4"] }
fst = "0.3"
fst-levenshtein = "0.2"
fst-regex = "0.2"
Expand Down

0 comments on commit 19c4a10

Please sign in to comment.