Merge pull request #121 from gavofyork/rocksdb_0.3

updated to rocksdb wrapper version 0.3
This commit is contained in:
Arkadiy Paronyan 2016-01-15 02:20:09 +01:00
commit 888b98a0e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ env_logger = "0.3"
ethcore-util = { path = "../ethcore-util" }
rustc-serialize = "0.3"
flate2 = "0.2"
rocksdb = "0.2"
rocksdb = "0.3"
heapsize = "0.2.0"
rust-crypto = "0.2.34"
time = "0.1"