Open DylanVerstraete opened 4 years ago
Sorry about this, there has been some new work merged that required a new version of random_access_storage
and the versions need to match to have it working. Note the last line on the error:
= note: perhaps two different versions of crate
random_access_storage
are being used?
Would you mind trying out:
[dependencies]
hypercore = "0.11.1-beta.8"
random-access-disk = "2.0.0"
random-access-memory = "2.0.0"
random-access-storage = "4.0.0"
I had to also add the following crates
async-std = {version = "1", features = ["attributes"]}
anyhow = "1.0.40"
so that examples/main.rs
would build
Came here for the same reason - the changes suggested here work for me. Do we have a sense as to when that'll be placed into a stable patch version (or minor)?
Adding this to Cargo.toml
fixed it for me:
hypercore = "0.11.1-beta.10"
log = "0.4.16"
version 0.11.0 does not build.
Stacktrace: