exonum / exonum

An extensible open-source framework for creating private/permissioned blockchain applications

Home Page:https://exonum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merkledb/rocksdb fails to build with Rust 1.39.0

davebryson opened this issue · comments

exonum-merkledb: 0.12.0
Rust: 1.39.0

The dependency version of rocksdb used by merkledb fails to build on Rust 1.39.0. This appears to be a known issue and is close to resolution: RocksDB Release 0.13.0

Thanks for notice. I've released a new version of librocksdb-sys with fix for this issue already. Try to run cargo update and then rebuild once again.

@aleksuss 👍 That worked. Thanks!