-
Notifications
You must be signed in to change notification settings - Fork 111
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
Fix a nightly compile error by patching lexical-core to 0.7.5 #2005
Fix a nightly compile error by patching lexical-core to 0.7.5 #2005
Conversation
lexical-core 0.7.4 is incompatible with rustc nightly >= ~2021-03-24, see rust-lang/rust#81654 While we're waiting for zcash_script, rocksdb, and their dependencies to upgrade, patch lexical-core to 0.7.5 in the zebra workspace.
@dconnolly @oxarbitrage if we start seeing coverage build failures, please review and merge this PR. |
Actually we pinned nightly to avoid this bug, so this fix isn't urgent. |
|
I fat-fingerd that close 🙈 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this gets resolves sooner than later, so we can un-pin nightly
Motivation
lexical-core 0.7.4 is incompatible with rustc nightly > 2021-03-24, see rust-lang/rust#81654
Solution
While we're waiting for zcash_script, rocksdb, and their dependencies to
upgrade, patch lexical-core to 0.7.5 in the zebra workspace.
Review
This is urgent, because it will cause our nightly coverage CI to fail.This fix isn't urgent, because we pinned the rust version in our coverage builds.Follow Up Work
Remove the git dependency when dependent crates have updated #1086