-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building latest version fails #118
Comments
Sorry about this, there has been some new work merged that required a new version of
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 |
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 hypercore = "0.11.1-beta.10"
log = "0.4.16" |
version 0.11.0 does not build.
Stacktrace:
The text was updated successfully, but these errors were encountered: