Skip to content

Commit 547f475

Browse files
committed
release: 0.7.1
2 parents 746d414 + 727353c commit 547f475

File tree

4 files changed

+49
-40
lines changed

4 files changed

+49
-40
lines changed

CREDITS.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.7.0
3+
Version: 0.7.1
44
Target: x86_64-unknown-linux-gnu
5-
Generated: 2025-02-26 04:12:16 UTC
5+
Generated: 2025-04-03 20:00:21 UTC
66

77
| Package | Version | Author(s) | License |
88
| ---- | ---- | ---- | ---- |
9-
| [**adbyss_psl**](https://github.com/Blobfolio/adbyss) | 0.16.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
10-
| [**argyle**](https://github.com/Blobfolio/argyle) | 0.11.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11-
| [bitflags](https://github.com/bitflags/bitflags) | 2.8.0 | The Rust Project Developers | MIT OR Apache-2.0 |
12-
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.15 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
9+
| [**adbyss_psl**](https://github.com/Blobfolio/adbyss) | 0.16.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
10+
| [**argyle**](https://github.com/Blobfolio/argyle) | 0.12.3 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11+
| [bitflags](https://github.com/bitflags/bitflags) | 2.9.0 | The Rust Project Developers | MIT OR Apache-2.0 |
12+
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.17 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
1313
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
14-
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.10.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
14+
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.10.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
1515
| [displaydoc](https://github.com/yaahc/displaydoc) | 0.2.5 | [Jane Lusby](mailto:[email protected]) | MIT OR Apache-2.0 |
1616
| [fastrand](https://github.com/smol-rs/fastrand) | 2.3.0 | [Stjepan Glavina](mailto:[email protected]) | Apache-2.0 OR MIT |
1717
| [form_urlencoded](https://github.com/servo/rust-url) | 1.2.1 | The rust-url developers | MIT OR Apache-2.0 |
18-
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 1.7.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
19-
| [getrandom](https://github.com/rust-random/getrandom) | 0.3.1 | The Rand Project Developers | MIT OR Apache-2.0 |
18+
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 2.0.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
19+
| [getrandom](https://github.com/rust-random/getrandom) | 0.3.2 | The Rand Project Developers | MIT OR Apache-2.0 |
2020
| [icu_collections](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
2121
| [icu_locid](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
2222
| [icu_locid_transform](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
23-
| [icu_locid_transform_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
23+
| [icu_locid_transform_data](https://github.com/unicode-org/icu4x) | 1.5.1 | The ICU4X Project Developers | Unicode-3.0 |
2424
| [icu_normalizer](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
25-
| [icu_normalizer_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
25+
| [icu_normalizer_data](https://github.com/unicode-org/icu4x) | 1.5.1 | The ICU4X Project Developers | Unicode-3.0 |
2626
| [icu_properties](https://github.com/unicode-org/icu4x) | 1.5.1 | The ICU4X Project Developers | Unicode-3.0 |
27-
| [icu_properties_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
27+
| [icu_properties_data](https://github.com/unicode-org/icu4x) | 1.5.1 | The ICU4X Project Developers | Unicode-3.0 |
2828
| [icu_provider](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
2929
| [icu_provider_macros](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
3030
| [idna](https://github.com/servo/rust-url/) | 1.0.3 | The rust-url developers | MIT OR Apache-2.0 |
3131
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | 1.2.0 | The rust-url developers | Apache-2.0 OR MIT |
32-
| [itoa](https://github.com/dtolnay/itoa) | 1.0.14 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
33-
| [libc](https://github.com/rust-lang/libc) | 0.2.170 | The Rust Project Developers | MIT OR Apache-2.0 |
34-
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 1.23.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
35-
| [**libdeflater**](https://github.com/adamkewley/libdeflater) | 1.23.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
36-
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | 0.4.15 | [Dan Gohman](mailto:[email protected]) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
37-
| [litemap](https://github.com/unicode-org/icu4x) | 0.7.4 | The ICU4X Project Developers | Unicode-3.0 |
32+
| [itoa](https://github.com/dtolnay/itoa) | 1.0.15 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
33+
| [libc](https://github.com/rust-lang/libc) | 0.2.171 | The Rust Project Developers | MIT OR Apache-2.0 |
34+
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 1.23.1 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
35+
| [**libdeflater**](https://github.com/adamkewley/libdeflater) | 1.23.1 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
36+
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | 0.9.3 | [Dan Gohman](mailto:[email protected]) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
37+
| [litemap](https://github.com/unicode-org/icu4x) | 0.7.5 | The ICU4X Project Developers | Unicode-3.0 |
3838
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.4 | [Andrew Gallant](mailto:[email protected]) and bluss | Unlicense OR MIT |
39-
| [once_cell](https://github.com/matklad/once_cell) | 1.20.3 | [Aleksey Kladov](mailto:[email protected]) | MIT OR Apache-2.0 |
39+
| [once_cell](https://github.com/matklad/once_cell) | 1.21.3 | [Aleksey Kladov](mailto:[email protected]) | MIT OR Apache-2.0 |
4040
| [**oxford_join**](https://github.com/Blobfolio/oxford_join) | 0.5.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
4141
| [percent-encoding](https://github.com/servo/rust-url/) | 2.3.1 | The rust-url developers | MIT OR Apache-2.0 |
42-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.93 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
43-
| [quote](https://github.com/dtolnay/quote) | 1.0.38 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
44-
| [rustix](https://github.com/bytecodealliance/rustix) | 0.38.44 | [Dan Gohman](mailto:[email protected]) and [Jakub Konka](mailto:[email protected]) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
45-
| [ryu](https://github.com/dtolnay/ryu) | 1.0.19 | [David Tolnay](mailto:[email protected]) | Apache-2.0 OR BSL-1.0 |
46-
| [**semver**](https://github.com/dtolnay/semver) | 1.0.25 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
47-
| [**serde**](https://github.com/serde-rs/serde) | 1.0.218 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
48-
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.218 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
49-
| [**serde_json**](https://github.com/serde-rs/json) | 1.0.139 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
42+
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.94 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 |
43+
| [quote](https://github.com/dtolnay/quote) | 1.0.40 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
44+
| [rustix](https://github.com/bytecodealliance/rustix) | 1.0.5 | [Dan Gohman](mailto:[email protected]) and [Jakub Konka](mailto:[email protected]) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
45+
| [ryu](https://github.com/dtolnay/ryu) | 1.0.20 | [David Tolnay](mailto:[email protected]) | Apache-2.0 OR BSL-1.0 |
46+
| [**semver**](https://github.com/dtolnay/semver) | 1.0.26 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
47+
| [**serde**](https://github.com/serde-rs/serde) | 1.0.219 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
48+
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.219 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
49+
| [**serde_json**](https://github.com/serde-rs/json) | 1.0.140 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
5050
| [shlex](https://github.com/comex/rust-shlex) ⚒️ | 1.3.0 | [comex](mailto:[email protected]), [Fenhl](mailto:[email protected]), [Adrian Taylor](mailto:[email protected]), [Alex Touchet](mailto:[email protected]), [Daniel Parks](mailto:dp+[email protected]), and [Garrett Berg](mailto:[email protected]) | MIT OR Apache-2.0 |
5151
| [smallvec](https://github.com/servo/rust-smallvec) | 1.14.0 | The Servo Project Developers | MIT OR Apache-2.0 |
5252
| [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:[email protected]) | MIT OR Apache-2.0 |
53-
| [syn](https://github.com/dtolnay/syn) | 2.0.98 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
53+
| [syn](https://github.com/dtolnay/syn) | 2.0.100 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
5454
| [synstructure](https://github.com/mystor/synstructure) | 0.13.1 | [Nika Layzell](mailto:[email protected]) | MIT |
55-
| [tempfile](https://github.com/Stebalien/tempfile) | 3.17.1 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | MIT OR Apache-2.0 |
55+
| [tempfile](https://github.com/Stebalien/tempfile) | 3.19.1 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | MIT OR Apache-2.0 |
5656
| [tinystr](https://github.com/unicode-org/icu4x) | 0.7.6 | The ICU4X Project Developers | Unicode-3.0 |
5757
| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.7.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
58-
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.17 | [David Tolnay](mailto:[email protected]) | (MIT OR Apache-2.0) AND Unicode-3.0 |
58+
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.18 | [David Tolnay](mailto:[email protected]) | (MIT OR Apache-2.0) AND Unicode-3.0 |
5959
| [**url**](https://github.com/servo/rust-url) | 2.5.4 | The rust-url developers | MIT OR Apache-2.0 |
60-
| [**utc2k**](https://github.com/Blobfolio/utc2k) | 0.12.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
60+
| [**utc2k**](https://github.com/Blobfolio/utc2k) | 0.12.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
6161
| [utf16_iter](https://github.com/hsivonen/utf16_iter) | 1.0.5 | [Henri Sivonen](mailto:[email protected]) | Apache-2.0 OR MIT |
6262
| [utf8_iter](https://github.com/hsivonen/utf8_iter) | 1.0.4 | [Henri Sivonen](mailto:[email protected]) | Apache-2.0 OR MIT |
6363
| [write16](https://github.com/hsivonen/write16) | 1.0.0 | | Apache-2.0 OR MIT |
6464
| [**write_atomic**](https://github.com/Blobfolio/write_atomic) | 0.6.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
6565
| [writeable](https://github.com/unicode-org/icu4x) | 0.5.5 | The ICU4X Project Developers | Unicode-3.0 |
6666
| [yoke](https://github.com/unicode-org/icu4x) | 0.7.5 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
6767
| [yoke-derive](https://github.com/unicode-org/icu4x) | 0.7.5 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
68-
| [zerofrom](https://github.com/unicode-org/icu4x) | 0.1.5 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
69-
| [zerofrom-derive](https://github.com/unicode-org/icu4x) | 0.1.5 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
68+
| [zerofrom](https://github.com/unicode-org/icu4x) | 0.1.6 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
69+
| [zerofrom-derive](https://github.com/unicode-org/icu4x) | 0.1.6 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
7070
| [zerovec](https://github.com/unicode-org/icu4x) | 0.10.4 | The ICU4X Project Developers | Unicode-3.0 |
7171
| [zerovec-derive](https://github.com/unicode-org/icu4x) | 0.10.3 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
7272

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2024"
@@ -67,20 +67,20 @@ description = "Limit CREDITS.md to dependencies used by the target <TRIPLE>, e.g
6767
label = "<TRIPLE>"
6868

6969
[build-dependencies]
70-
argyle = "0.11.*"
70+
argyle = "0.12.*"
7171

7272
[dependencies]
73-
argyle = "0.11.*"
73+
argyle = "0.12.*"
7474
adbyss_psl = "0.16.*"
7575
dactyl = "0.10.*"
76-
fyi_msg = "1.7.*"
76+
fyi_msg = "2.0.*"
7777
oxford_join = "0.5.*"
7878
trimothy = "0.7.*"
7979
utc2k = "0.12.*"
8080
write_atomic = "0.6.*"
8181

8282
[dependencies.libdeflater]
83-
version = "=1.23.0"
83+
version = "=1.23.1"
8484
features = [ "freestanding" ]
8585

8686
[dependencies.semver]

release/man/cargo-bashman.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "CARGO BASHMAN" "1" "February 2025" "cargo\-bashman v0.7.0" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "April 2025" "cargo\-bashman v0.7.1" "User Commands"
22
.SH NAME
3-
CARGO BASHMAN \- Manual page for cargo\-bashman v0.7.0.
3+
CARGO BASHMAN \- Manual page for cargo\-bashman v0.7.1.
44
.SH DESCRIPTION
55
A Cargo plugin to generate bash completions, man pages, and/or crate credits.
66
.SS USAGE:

src/parse/mod.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ impl Manifest {
136136
}
137137

138138
impl Manifest {
139+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
139140
/// # Dependencies.
140141
pub(crate) fn dependencies(&self) -> &[Dependency] { &self.dependencies }
141142

@@ -208,6 +209,7 @@ impl Manifest {
208209
self.subcommands.iter().find(|s| s.parent.is_none())
209210
}
210211

212+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
211213
/// # Cargo File.
212214
pub(crate) fn src(&self) -> &Path { &self.src }
213215

@@ -248,6 +250,7 @@ impl ManifestData {
248250
/// # Option Flags.
249251
pub(crate) const fn options(&self) -> &BTreeSet<OptionFlag> { &self.options }
250252

253+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
251254
/// # Sections.
252255
pub(crate) fn sections(&self) -> &[Section] { &self.sections }
253256
}
@@ -283,6 +286,7 @@ impl Subcommand {
283286
/// # Data.
284287
pub(crate) const fn data(&self) -> &ManifestData { &self.data }
285288

289+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
286290
/// # Description.
287291
pub(crate) fn description(&self) -> &str { &self.description }
288292

@@ -365,6 +369,7 @@ impl Flag {
365369
}
366370

367371
impl Flag {
372+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
368373
/// # Description.
369374
pub(crate) fn description(&self) -> &str { &self.description }
370375

@@ -417,6 +422,7 @@ impl OptionFlag {
417422
/// # Description.
418423
pub(crate) fn description(&self) -> &str { self.flag.description() }
419424

425+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
420426
/// # Label.
421427
pub(crate) fn label(&self) -> &str { &self.label }
422428

@@ -460,9 +466,11 @@ impl PartialOrd for TrailingArg {
460466
}
461467

462468
impl TrailingArg {
469+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
463470
/// # Description.
464471
pub(super) fn description(&self) -> &str { &self.description }
465472

473+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
466474
/// # Label.
467475
pub(super) fn label(&self) -> &str { &self.label }
468476
}
@@ -501,6 +509,7 @@ impl Section {
501509
else { Some(self.lines.as_str()) }
502510
}
503511

512+
#[expect(clippy::missing_const_for_fn, reason = "False positive.")]
504513
/// # Name.
505514
pub(super) fn name(&self) -> &str { &self.name }
506515
}

0 commit comments

Comments
 (0)