-
Notifications
You must be signed in to change notification settings - Fork 178
RUST-1780 Bump MSRV to 1.61.0, upgrade ahash
to 0.8.5 in MSRV-Cargo.lock
#981
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
msrv = "1.60" | ||
msrv = "1.61.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
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.
Here and in
searchindex.json
only the MSRV was updated to 1.61.0. But because both files are huge one-liners, the change is not reviewable as rendered by GitHub. How do you usually update the manual? Maybe you build it from./manual
, and then replace the whole./docs/manual
in a separate commit?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.
Generally we regenerate the contents of
docs/manual
in the same PR that updatesmanual/src
; the generated files don't need to be reviewed so it's not an issue that github doesn't render them.As a side note, we'll likely be dropping this manual entirely in the nearish future since we have official docs now :)
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.
Thanks! Since this PR updates
manual/src/README.md
, I built the book and committed the result.