Releases: fosskers/cargo-aur
Releases · fosskers/cargo-aur
1.1.0
Added
- The
--musl
flag to compile the release binary with the MUSL target. In most cases, this will result in a fully statically linked binary.
1.0.3
Changed
- Better release profile which produces smaller binaries.
1.0.2
Changed
cargo aur
will now auto-detect the git host (Github or Gitlab) and generated a source
link based on that.
- Fewer dependencies.
1.0.1
Changed
- Use
sha256
instead of md5
.
- The
install
line in package()
is now more modern as a one-liner.
1.0.0
This is the initial release.