Skip to content

Commit 93bad6e

Browse files
committed
release: 0.4.1
2 parents 6dacd42 + 66bc7dc commit 93bad6e

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

CREDITS.md

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,48 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.4.0
4-
Generated: 2023-06-02 01:42:40 UTC
3+
Version: 0.4.1
4+
Generated: 2023-07-13 19:51:30 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.8.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.8.1 | [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.0 | [Josh Stoik](mailto:[email protected]) | WTFPL |
12-
| [camino](https://github.com/camino-rs/camino) | 1.1.4 | [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 |
13-
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
11+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.1 | [Josh Stoik](mailto:[email protected]) | WTFPL |
12+
| [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 |
13+
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.3 | | Apache-2.0 or MIT |
1414
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.15.4 | [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 |
16-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
18-
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
19-
| [indexmap](https://github.com/bluss/indexmap) | 1.9.3 | | Apache-2.0 or MIT |
20-
| [itoa](https://github.com/dtolnay/itoa) | 1.0.6 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
16+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17+
| [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 |
19+
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.0 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
20+
| [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 |
2122
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.14.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2223
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.14.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2324
| [memchr](https://github.com/BurntSushi/memchr) | 2.5.0 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
2425
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
2526
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
26-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.59 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
27-
| [quote](https://github.com/dtolnay/quote) | 1.0.28 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
28-
| [ryu](https://github.com/dtolnay/ryu) | 1.0.13 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
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 |
2930
| [semver](https://github.com/dtolnay/semver) | 1.0.17 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30-
| [serde](https://github.com/serde-rs/serde) | 1.0.163 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31-
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.163 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
32-
| [serde_json](https://github.com/serde-rs/json) | 1.0.96 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33-
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.2 | | Apache-2.0 or MIT |
34-
| [syn](https://github.com/dtolnay/syn) | 2.0.18 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
35-
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.40 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
36-
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.40 | [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 |
34+
| [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 |
3738
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3839
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
39-
| [toml](https://github.com/toml-rs/toml) | 0.7.4 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
40-
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.2 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
41-
| [toml_edit](https://github.com/toml-rs/toml) | 0.19.10 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
42-
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.7 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
40+
| [toml](https://github.com/toml-rs/toml) | 0.7.6 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
41+
| [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 |
43+
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
4344
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.13 | The Servo Project Developers | Apache-2.0 or MIT |
44-
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.9 | [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.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
4546
| [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 |
46-
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.6.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
47-
| [winnow](https://github.com/winnow-rs/winnow) | 0.4.6 | | MIT |
47+
| [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 |

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.0"
3+
version = "0.4.1"
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.0"
3+
version = "0.4.1"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
@@ -14,7 +14,7 @@ adbyss_psl = "0.8.*"
1414
argyle = "0.6.*"
1515
cargo_metadata = "=0.15.4"
1616
fyi_msg = "0.11.*"
17-
indexmap = "=1.9.3"
17+
indexmap = "=2.0.0"
1818
libdeflater = "=0.14.0"
1919
oxford_join = "0.2.*"
2020
trimothy = "0.1.*"

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

0 commit comments

Comments
 (0)