mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-24 15:31:29 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99f36f8f47 | ||
|
|
94bd36af28 |
@@ -1,5 +1,11 @@
|
||||
# `cargo-aur` Changelog
|
||||
|
||||
## 1.7.1 (2024-03-18)
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The crypt startup error `unexpected free argument aur`.
|
||||
|
||||
## 1.7.0 (2024-03-07)
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cargo-aur"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Colin Woodbury <colin@fosskers.ca>"]
|
||||
edition = "2021"
|
||||
description = "Prepare Rust projects to be released on the Arch Linux User Repository."
|
||||
|
||||
@@ -45,6 +45,9 @@ struct Args {
|
||||
musl: bool,
|
||||
/// Don't actually build anything.
|
||||
dryrun: bool,
|
||||
/// Absorbs any extra junk arguments.
|
||||
#[options(free)]
|
||||
free: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user