updated to rocksdb wrapper version 0.3

This commit is contained in:
debris 2016-01-15 02:01:07 +01:00
parent 0aa604343e
commit d674c7520e
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"