From 20575252516dfca97e0116bbc379e710c3c5ef65 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 28 Dec 2017 15:25:01 -0500 Subject: [PATCH] Bump RocksDB to ^0.8.0 (#555) --- store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/Cargo.toml b/store/Cargo.toml index ff3f8ee1..71a3d1de 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -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" }