mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-11 17:34:53 -05:00
1.1.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# `cargo-aur` Changelog
|
||||
|
||||
## 1.1.0 (2020-08-10)
|
||||
|
||||
#### 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 (2020-07-18)
|
||||
|
||||
#### Changed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-aur"
|
||||
version = "1.0.3"
|
||||
version = "1.1.0"
|
||||
authors = ["Colin Woodbury <colin@fosskers.ca>"]
|
||||
edition = "2018"
|
||||
description = "Prepare Rust projects to be released on the Arch Linux User Repository."
|
||||
|
||||
Reference in New Issue
Block a user