Skip to content

0.3.7 build breaks on rust 1.64, there is no 0.3 branch in this repo #1875

@steffahn

Description

@steffahn

There are still a few crates out there depending on mdbook 0.3. I believe it would make sense to publish a 0.3.8 version that fixes the same build failure (#1860) that #1861 fixed for master.

I have a branch, https://github.com/steffahn/mdBook/tree/fix_0.3.x_builds that cherry-picks the fix, but there’s no 0.3 branch to open a PR against.

If someone could create a 0.3 branch based on the v0.3.7 tag (8e673c9), then I can open a PR.

If you want to reproduce the build failure, note that building 0.3.7 directly (git checkout v0.3.7; cargo +beta check) does not fail due to an older handlebars dependency in Cargo.lock. Try git checkout v0.3.7; cargo update; cargo +beta check instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions