Skip to content

Commit 9338c5c

Browse files
committed
release: 0.4.7
2 parents dae165e + 502d283 commit 9338c5c

File tree

5 files changed

+66
-43
lines changed

5 files changed

+66
-43
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
RUSTFLAGS: "-D warnings"
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: dtolnay/rust-toolchain@stable
3939
with:
4040
targets: ${{ matrix.target }}

CREDITS.md

Lines changed: 59 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,73 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.4.6
4-
Generated: 2024-02-28 01:59:04 UTC
3+
Version: 0.4.7
4+
Generated: 2024-06-13 17:29:12 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.10.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.11.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
99
| [adler](https://github.com/jonas-schievink/adler.git) | 1.0.2 | [Jonas Schievink](mailto:[email protected]) | 0BSD, Apache-2.0, or MIT |
10-
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.10 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
10+
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.11 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
1111
| [argyle](https://github.com/Blobfolio/argyle) | 0.7.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
12-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.6 | [Josh Stoik](mailto:[email protected]) | WTFPL |
13-
| [camino](https://github.com/camino-rs/camino) | 1.1.6 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
14-
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.7 | | Apache-2.0 or MIT |
12+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.7 | [Josh Stoik](mailto:[email protected]) | WTFPL |
13+
| [camino](https://github.com/camino-rs/camino) | 1.1.7 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
14+
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.8 | | Apache-2.0 or MIT |
1515
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.18.1 | [Oliver Schneider](mailto:[email protected]) | MIT |
1616
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
17-
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.4.0 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
18-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17+
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.4.2 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
18+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
19+
| [displaydoc](https://github.com/yaahc/displaydoc) | 0.2.4 | [Jane Lusby](mailto:[email protected]) | Apache-2.0 or MIT |
1920
| [equivalent](https://github.com/cuviper/equivalent) | 1.0.1 | | Apache-2.0 or MIT |
20-
| [flate2](https://github.com/rust-lang/flate2-rs) | 1.0.28 | [Alex Crichton](mailto:[email protected]) and [Josh Triplett](mailto:[email protected]) | Apache-2.0 or MIT |
21-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.13.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
22-
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
23-
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.3 | | Apache-2.0 or MIT |
24-
| [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
25-
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.1 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
26-
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.7.2 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
21+
| [flate2](https://github.com/rust-lang/flate2-rs) | 1.0.30 | [Alex Crichton](mailto:[email protected]) and [Josh Triplett](mailto:[email protected]) | Apache-2.0 or MIT |
22+
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.13.6 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
23+
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.5 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
24+
| [icu_collections](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
25+
| [icu_locid](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
26+
| [icu_locid_transform](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
27+
| [icu_locid_transform_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
28+
| [icu_normalizer](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
29+
| [icu_normalizer_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
30+
| [icu_properties](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
31+
| [icu_properties_data](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
32+
| [icu_provider](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
33+
| [icu_provider_macros](https://github.com/unicode-org/icu4x) | 1.5.0 | The ICU4X Project Developers | Unicode-3.0 |
34+
| [idna](https://github.com/servo/rust-url/) | 1.0.0 | The rust-url developers | Apache-2.0 or MIT |
35+
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.6 | | Apache-2.0 or MIT |
36+
| [itoa](https://github.com/dtolnay/itoa) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
37+
| [litemap](https://github.com/unicode-org/icu4x) | 0.7.3 | The ICU4X Project Developers | Unicode-3.0 |
38+
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.3 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
39+
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.7.3 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
2740
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.9 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
28-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.78 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
29-
| [quote](https://github.com/dtolnay/quote) | 1.0.35 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30-
| [ryu](https://github.com/dtolnay/ryu) | 1.0.17 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
31-
| [semver](https://github.com/dtolnay/semver) | 1.0.22 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
32-
| [serde](https://github.com/serde-rs/serde) | 1.0.197 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33-
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.197 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
34-
| [serde_json](https://github.com/serde-rs/json) | 1.0.114 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
35-
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.5 | | Apache-2.0 or MIT |
36-
| [syn](https://github.com/dtolnay/syn) | 2.0.51 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
37-
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.57 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
38-
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.57 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
39-
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
40-
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
41-
| [toml](https://github.com/toml-rs/toml) | 0.8.10 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
42-
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.5 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
43-
| [toml_edit](https://github.com/toml-rs/toml) | 0.22.6 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
41+
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.85 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
42+
| [quote](https://github.com/dtolnay/quote) | 1.0.36 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
43+
| [ryu](https://github.com/dtolnay/ryu) | 1.0.18 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
44+
| [semver](https://github.com/dtolnay/semver) | 1.0.23 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
45+
| [serde](https://github.com/serde-rs/serde) | 1.0.203 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
46+
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.203 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
47+
| [serde_json](https://github.com/serde-rs/json) | 1.0.117 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
48+
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.6 | | Apache-2.0 or MIT |
49+
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | Apache-2.0 or MIT |
50+
| [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:[email protected]) | Apache-2.0 or MIT |
51+
| [syn](https://github.com/dtolnay/syn) | 2.0.66 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
52+
| [synstructure](https://github.com/mystor/synstructure) | 0.13.1 | [Nika Layzell](mailto:[email protected]) | MIT |
53+
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.61 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
54+
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.61 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
55+
| [tinystr](https://github.com/unicode-org/icu4x) | 0.7.6 | The ICU4X Project Developers | Unicode-3.0 |
56+
| [toml](https://github.com/toml-rs/toml) | 0.8.14 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
57+
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.6 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
58+
| [toml_edit](https://github.com/toml-rs/toml) | 0.22.14 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
4459
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.2.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
45-
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.15 | The Servo Project Developers | Apache-2.0 or MIT |
4660
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
47-
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.23 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
4861
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.8.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
49-
| [winnow](https://github.com/winnow-rs/winnow) | 0.6.2 | | MIT |
50-
| [zerocopy](https://github.com/google/zerocopy) | 0.7.32 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
62+
| [utf16_iter](https://github.com/hsivonen/utf16_iter) | 1.0.5 | [Henri Sivonen](mailto:[email protected]) | Apache-2.0 or MIT |
63+
| [utf8_iter](https://github.com/hsivonen/utf8_iter) | 1.0.4 | [Henri Sivonen](mailto:[email protected]) | Apache-2.0 or MIT |
64+
| [winnow](https://github.com/winnow-rs/winnow) | 0.6.13 | | MIT |
65+
| [write16](https://github.com/hsivonen/write16) | 1.0.0 | | Apache-2.0 or MIT |
66+
| [writeable](https://github.com/unicode-org/icu4x) | 0.5.5 | The ICU4X Project Developers | Unicode-3.0 |
67+
| [yoke](https://github.com/unicode-org/icu4x) | 0.7.4 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
68+
| [yoke-derive](https://github.com/unicode-org/icu4x) | 0.7.4 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
69+
| [zerocopy](https://github.com/google/zerocopy) | 0.7.34 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
70+
| [zerofrom](https://github.com/unicode-org/icu4x) | 0.1.4 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
71+
| [zerofrom-derive](https://github.com/unicode-org/icu4x) | 0.1.4 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |
72+
| [zerovec](https://github.com/unicode-org/icu4x) | 0.10.2 | The ICU4X Project Developers | Unicode-3.0 |
73+
| [zerovec-derive](https://github.com/unicode-org/icu4x) | 0.10.2 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 |

bashman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

bashman_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
@@ -9,10 +9,10 @@ repository = "https://github.com/Blobfolio/bashman"
99
publish = false
1010

1111
[dependencies]
12-
adbyss_psl = "0.10.*"
12+
adbyss_psl = "0.11.*"
1313
argyle = "0.7.2"
1414
cargo_metadata = "=0.18.1"
15-
flate2 = "=1.0.28"
15+
flate2 = "=1.0.30"
1616
fyi_msg = "0.13.*"
1717
indexmap = "2.2.*"
1818
oxford_join = "0.2.*"

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 2024" "Cargo BashMan v0.4.6" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "June 2024" "Cargo BashMan v0.4.7" "User Commands"
22
.SH NAME
3-
Cargo BashMan \- Manual page for cargo\-bashman v0.4.6.
3+
Cargo BashMan \- Manual page for cargo\-bashman v0.4.7.
44
.SH DESCRIPTION
55
A Cargo plugin to generate BASH completions and MAN pages.
66
.SS USAGE:

0 commit comments

Comments
 (0)