Skip to content

Commit 519fdef

Browse files
committed
build: 0.3.6
1 parent 11d8df0 commit 519fdef

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

CREDITS.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.5
4-
Generated: 2022-02-24 17:29:24 UTC
3+
Version: 0.3.6
4+
Generated: 2022-04-07 15:50:36 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
88
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | 0.7.18 | [Andrew Gallant](mailto:[email protected]) | MIT or Unlicense |
9-
| [argyle](https://github.com/Blobfolio/argyle) | 0.5.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
10-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.5 | [Josh Stoik](mailto:[email protected]) | WTFPL |
9+
| [argyle](https://github.com/Blobfolio/argyle) | 0.5.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
10+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.6 | [Josh Stoik](mailto:[email protected]) | WTFPL |
1111
| [camino](https://github.com/camino-rs/camino) | 1.0.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 |
1212
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
1313
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.14.2 | [Oliver Schneider](mailto:[email protected]) | MIT |
14-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.2.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
15-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
14+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.3.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
15+
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.7 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1616
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.11.2 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
17-
| [indexmap](https://github.com/bluss/indexmap) | 1.8.0 | bluss and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
17+
| [indexmap](https://github.com/bluss/indexmap) | 1.8.1 | bluss and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
1818
| [itoa](https://github.com/dtolnay/itoa) | 1.0.1 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
19-
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.7.5 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
20-
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.7.5 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
19+
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
20+
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2121
| [memchr](https://github.com/BurntSushi/memchr) | 2.4.1 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
2222
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.14 | The Rust Project Developers | Apache-2.0 or MIT |
23-
| [once_cell](https://github.com/matklad/once_cell) | 1.9.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT |
24-
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
25-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.36 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
26-
| [quote](https://github.com/dtolnay/quote) | 1.0.15 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
27-
| [regex](https://github.com/rust-lang/regex) | 1.5.4 | The Rust Project Developers | Apache-2.0 or MIT |
23+
| [once_cell](https://github.com/matklad/once_cell) | 1.10.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT |
24+
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
25+
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.37 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
26+
| [quote](https://github.com/dtolnay/quote) | 1.0.17 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
27+
| [regex](https://github.com/rust-lang/regex) | 1.5.5 | The Rust Project Developers | Apache-2.0 or MIT |
2828
| [regex-syntax](https://github.com/rust-lang/regex) | 0.6.25 | The Rust Project Developers | Apache-2.0 or MIT |
2929
| [ryu](https://github.com/dtolnay/ryu) | 1.0.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
30-
| [semver](https://github.com/dtolnay/semver) | 1.0.6 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30+
| [semver](https://github.com/dtolnay/semver) | 1.0.7 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3131
| [serde](https://github.com/serde-rs/serde) | 1.0.136 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3232
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.136 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3333
| [serde_json](https://github.com/serde-rs/json) | 1.0.79 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
34-
| [syn](https://github.com/dtolnay/syn) | 1.0.86 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
34+
| [syn](https://github.com/dtolnay/syn) | 1.0.91 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3535
| [toml](https://github.com/alexcrichton/toml-rs) | 0.5.8 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
36+
| [trim-in-place](https://github.com/magiclen/trim-in-place) | 0.1.7 | [Magic Len](mailto:[email protected]) | MIT |
3637
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | 0.2.2 | [erick.tryzelaar](mailto:[email protected]), [kwantam](mailto:[email protected]), and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
37-
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.3.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
38+
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.4.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |

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

0 commit comments

Comments
 (0)