We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #3366, in coverage.yml we pinned rust nightly in to a specific version to workaround a rust bug.
coverage.yml
Since it was fixed in 2022-01-26, we should restore it back to nightly to always get the latest version.
nightly
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
Restore coverage to use latest nightly
ea48011
Fixes #3367
Restore coverage to use latest nightly (#3450)
07f120a
Fixes #3367 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Motivation
In #3366, in
coverage.yml
we pinned rust nightly in to a specific version to workaround a rust bug.Since it was fixed in 2022-01-26, we should restore it back to
nightly
to always get the latest version.Specifications
Designs
Related Work
The text was updated successfully, but these errors were encountered: