v0.6.2
From 0.6.0:
- New option:
--dry-run
- QuickInstall third-party repository support — if a project has builds in quickinstall but no direct binstall support, they will be selected
- Documentation fix: removed erroneous mentions of
bin-path
- Templating change:
{ format }
is now{ package-format }
inpkg-url
and{ binary-ext }
inbin-dir
.{ format }
will keep working for backward compatibility but you are encouraged to switch to the new syntax. Additionally,{ binary-ext }
is now available inpkg-url
.
From 0.6.1:
Possible to upgrade from 0.5.x and below with
cargo binstall cargo-binstall
And one last bugfix for this release: quickinstall would fail in some circumstances due to missing files.