- Replace zip with zip_next - Pr0methean, pull/29
- Replace fs2 with fs4 - BobBinaryBuilder, pull/25
- Replace curl with ureq - johanhelsing, issue/23, pull/24
Adds the ability to extract binaries (and libraries) to specific subdirectories, which is needed for dynamic linking on macOS.
-
Adds
download_version
to API - EverlastingBugstopper, pull/7Allows users of
binary-install
to put the version in the directory name so they can test if they need to re-download a newer version.
-
Add download_artifact - xtuc, pull/1
Extends the API by adding a
download_artifact
function which allows the installation of releases that don't contain a binary. -
Allow concurrent access of installation cache - xtuc, issue/2 pull/3
-
Derive
Clone
onDownload
struct - ashleygwilliams, pull/6
-
Don't make getting a binary from a download infallible - fitzegen, pull/504
Instead of panicking on unexpected states, check for them and return an error.
- First release!