Bump RocksDB to ^0.8.0 (#555)

This commit is contained in:
Quentin Le Sceller 2017-12-28 15:25:01 -05:00 committed by AntiochP
parent 2450ff376b
commit 2057525251

View file

@ -10,7 +10,7 @@ env_logger="^0.3.5"
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
libc = "^0.2"
memmap = { git = "https://github.com/danburkert/memmap-rs", tag="0.6.0" }
rocksdb = "^0.7.0"
rocksdb = "^0.8.0"
grin_core = { path = "../core" }
grin_util = { path = "../util" }