Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:46
· 4 commits to main since this release
fix binstall pkg-fmt: tar.gz -> tgz

cargo-binstall doesn't accept 'tar.gz' as a pkg-fmt value. The
allowed variants are tar, tbz2, tgz, txz, tzstd, zip, bin. tgz
is the canonical name for gzip-compressed tar archives.