-
Support
zola
. (#71, thanks @tranzystorek-io) -
Update
mdbook@latest
to 0.4.26. -
Allow installing cargo subcommands without
cargo
. -
Fix issue where installed non-Rust related binaries cannot be found from PowerShell on Windows. Rust-related binaries, Unix shells such as bash, and non-Windows OS are not affected by this issue.
-
Fix install failure of Rust-related binaries when
$CARGO_HOME/bin
exists, but is not included in the$PATH
. This failure occurred in slightly odd cases, such as multiple installations of rust in different directories. -
Use cargo-binstall fallback also if tool is available but the specified version not available. (#68)