[ci] Revert fixed nightly-2021-03-23, use actual nightly #328
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Due to a regression in rust nightly 2021-04-11 which broke clang-sys our CI 'Build docs' job also broke. I hard coded this and other jobs that rely on +nightly to use
+nightly-2021-03-23
instead, see #326. But docs.rs always uses +nightly so when we published0.6.0
our docs there were still broken.This issue is fixed in
+nightly-2021-04-15
so in order to keep our CI 'Build docs' job in sync with how they will build on docs.rs I've changed back to using the actual +nightly.Notes to the reviewers
I've also requested build
0.6.0
docs be rebuilt with the new latest +nightly, see rust-lang/docs.rs#1356.Checklists
All Submissions: