Skip to content
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

ci: use nightly rust for mdbook installation #4156

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Commits on Apr 3, 2024

  1. ci: use nightly rust for mdbook installation

    Docs builds broke after merge of [0], not because its settings were
    incompatible, but because its inclusion of a `rust-toolchain.toml` file
    busted the CI cache, and caused the `mdbook` dep to be freshly
    installed, rather than retrieved from cache. We don't version-lock
    mdbook and friends, and the latest version evidently bumped MSRV to
    1.74, which is newer than what we set for MSRV. We should probably bump
    MSRV too, but I'll do that separately. This commit is to unbreak the
    docs builds.
    
    [0] #4145
    conorsch committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5062f66 View commit details
    Browse the repository at this point in the history