-
Notifications
You must be signed in to change notification settings - Fork 634
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
futures-preview-0.3.0-alpha.13 build fails on nightly-2019-04-08 or later #1518
Comments
Now that #1514 has been merged [patch.crates-io]
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-core-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-util-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-sink-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-channel-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-executor-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-io-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-test-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" } this will apply throughout your dependency tree, so will likely fail if you have dependencies that directly implement the |
@cramertj This can be closed now, I believe? |
Probably it will take a while to release the next version.
It can be avoided by pinning the nightly toolchain to the 2019-04-07 or early.
The text was updated successfully, but these errors were encountered: