Currently, there is a v0.2.2 release in https://github.com/rust-lang-nursery/mdBook/releases, however there are no binary assets associated with it. This causes a common pattern of "check for the latest release, and install with trust" to fail.
Could you please upload the assets for v0.2.2?
For the embedded working group, we've worked around this by pinning our CI to use v0.2.1, but we would like to revert this change. See here for the pattern I am referring to, and our workaround at the moment:
https://github.com/rust-embedded/book/blob/master/ci/install.sh#L4-L12
Currently, there is a v0.2.2 release in https://github.com/rust-lang-nursery/mdBook/releases, however there are no binary assets associated with it. This causes a common pattern of "check for the latest release, and install with
trust" to fail.Could you please upload the assets for v0.2.2?
For the embedded working group, we've worked around this by pinning our CI to use v0.2.1, but we would like to revert this change. See here for the pattern I am referring to, and our workaround at the moment:
https://github.com/rust-embedded/book/blob/master/ci/install.sh#L4-L12