Skip to content

Commit 81d87f5

Browse files
committed
release: 0.4.2
2 parents 93bad6e + ddda97a commit 81d87f5

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

CREDITS.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.4.1
4-
Generated: 2023-07-13 19:51:30 UTC
3+
Version: 0.4.2
4+
Generated: 2023-08-24 18:28:33 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.8.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.8.2 | [Josh Stoik](mailto:[email protected]) | WTFPL |
99
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.3 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
1010
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
11-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.2 | [Josh Stoik](mailto:[email protected]) | WTFPL |
1212
| [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 |
1313
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.3 | | Apache-2.0 or MIT |
14-
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.15.4 | [Oliver Schneider](mailto:[email protected]) | MIT |
14+
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.17.0 | [Oliver Schneider](mailto:[email protected]) | MIT |
1515
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
1616
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1717
| [equivalent](https://github.com/cuviper/equivalent) | 1.0.1 | | Apache-2.0 or MIT |
18-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
18+
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1919
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.0 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
2020
| [indexmap](https://github.com/bluss/indexmap) | 2.0.0 | | Apache-2.0 or MIT |
21-
| [itoa](https://github.com/dtolnay/itoa) | 1.0.8 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
21+
| [itoa](https://github.com/dtolnay/itoa) | 1.0.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2222
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.14.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2323
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.14.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2424
| [memchr](https://github.com/BurntSushi/memchr) | 2.5.0 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
25-
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
25+
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.16 | The Rust Project Developers | Apache-2.0 or MIT |
2626
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
27-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.64 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
28-
| [quote](https://github.com/dtolnay/quote) | 1.0.29 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
29-
| [ryu](https://github.com/dtolnay/ryu) | 1.0.14 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
30-
| [semver](https://github.com/dtolnay/semver) | 1.0.17 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31-
| [serde](https://github.com/serde-rs/serde) | 1.0.171 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
32-
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.171 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33-
| [serde_json](https://github.com/serde-rs/json) | 1.0.102 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
27+
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.66 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
28+
| [quote](https://github.com/dtolnay/quote) | 1.0.33 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
29+
| [ryu](https://github.com/dtolnay/ryu) | 1.0.15 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
30+
| [semver](https://github.com/dtolnay/semver) | 1.0.18 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31+
| [serde](https://github.com/serde-rs/serde) | 1.0.186 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
32+
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.186 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33+
| [serde_json](https://github.com/serde-rs/json) | 1.0.105 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3434
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.3 | | Apache-2.0 or MIT |
35-
| [syn](https://github.com/dtolnay/syn) | 2.0.25 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
36-
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.43 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
37-
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.43 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
35+
| [syn](https://github.com/dtolnay/syn) | 2.0.29 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
36+
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.47 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
37+
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.47 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3838
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3939
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
4040
| [toml](https://github.com/toml-rs/toml) | 0.7.6 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
4141
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.3 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
42-
| [toml_edit](https://github.com/toml-rs/toml) | 0.19.12 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
42+
| [toml_edit](https://github.com/toml-rs/toml) | 0.19.14 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
4343
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
4444
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.13 | The Servo Project Developers | Apache-2.0 or MIT |
45-
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
45+
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
4646
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.22 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
4747
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.6.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
48-
| [winnow](https://github.com/winnow-rs/winnow) | 0.4.9 | | MIT |
48+
| [winnow](https://github.com/winnow-rs/winnow) | 0.5.15 | | MIT |

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.1"
3+
version = "0.4.2"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

bashman_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
@@ -12,7 +12,7 @@ publish = false
1212
[dependencies]
1313
adbyss_psl = "0.8.*"
1414
argyle = "0.6.*"
15-
cargo_metadata = "=0.15.4"
15+
cargo_metadata = "=0.17.0"
1616
fyi_msg = "0.11.*"
1717
indexmap = "=2.0.0"
1818
libdeflater = "=0.14.0"

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

0 commit comments

Comments
 (0)