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