mdzk-rs / mdzk

General-purpose interface to connected notes

Home Page:https://mdzk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update mdbook to 0.4.21 on v0.5 branch

tjni opened this issue · comments

Would you have time to update mdbook to version 0.4.21 and release 0.5.3 with it? In nixpkgs, we currently package 0.5.2, and it turns out that it doesn't build with Rust 1.64 without the latest version of mdbook due to rust-lang/mdBook#1860.

In the meantime, I will patch it locally in nixpkgs, though I'd love to have a released version to simplify the code there.

For reference, rust-lang/mdBook@6899d94 renames the livereload_url field on HtmlConfig to live_reload_endpoint.

The new version won't use mdBook, I'll remove the patch on nixpkgs when the new release gets here. Thanks for the work!

Sounds good! I’ll close this in the meantime. Thanks for your work too.