Skip to content

Releases: rustwasm/binary-install

v0.3.0

22 Nov 17:40
Compare
Choose a tag to compare

Fixes

v0.2.0

17 Jun 10:49
Compare
Choose a tag to compare

Fixes

🎸 0.0.3-alpha.1

12 May 16:44
77114ac
Compare
Choose a tag to compare
🎸 0.0.3-alpha.1 Pre-release
Pre-release

Features

  • Adds download_version to API - EverlastingBugstopper, pull/7

    Allows 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.

Fixes

📦 0.0.3-alpha

12 May 16:44
43de277
Compare
Choose a tag to compare
📦 0.0.3-alpha Pre-release
Pre-release

Features

  • 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 on Download struct - ashleygwilliams, pull/6