Skip to content

Commit 00b1f35

Browse files
committed
release: 0.3.11
2 parents 305aa8c + 3fc3c7f commit 00b1f35

File tree

4 files changed

+30
-29
lines changed

4 files changed

+30
-29
lines changed

CREDITS.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.10
4-
Generated: 2022-06-30 19:33:26 UTC
3+
Version: 0.3.11
4+
Generated: 2022-08-11 19:34:17 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.7 | [Josh Stoik](mailto:[email protected]) | WTFPL |
9-
| [ahash](https://github.com/tkaitchuck/ahash) | 0.7.6 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
10-
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
11-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.10 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.9 | [Josh Stoik](mailto:[email protected]) | WTFPL |
9+
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
10+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.11 | [Josh Stoik](mailto:[email protected]) | WTFPL |
1211
| [camino](https://github.com/camino-rs/camino) | 1.0.9 | [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 |
1312
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
1413
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.15.0 | [Oliver Schneider](mailto:[email protected]) | MIT |
15-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
16-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.13 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17-
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.1 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
14+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
15+
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.15 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
16+
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
1817
| [indexmap](https://github.com/bluss/indexmap) | 1.9.1 | | Apache-2.0 or MIT |
19-
| [itoa](https://github.com/dtolnay/itoa) | 1.0.2 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
20-
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
21-
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
18+
| [itoa](https://github.com/dtolnay/itoa) | 1.0.3 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
19+
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
20+
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2221
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
23-
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
24-
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.40 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
25-
| [quote](https://github.com/dtolnay/quote) | 1.0.20 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
26-
| [ryu](https://github.com/dtolnay/ryu) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
27-
| [semver](https://github.com/dtolnay/semver) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
28-
| [serde](https://github.com/serde-rs/serde) | 1.0.137 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
29-
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.137 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30-
| [serde_json](https://github.com/serde-rs/json) | 1.0.82 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31-
| [syn](https://github.com/dtolnay/syn) | 1.0.98 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
22+
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
23+
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.43 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
24+
| [quote](https://github.com/dtolnay/quote) | 1.0.21 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
25+
| [rand_core](https://github.com/rust-random/rand) | 0.6.3 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
26+
| [ryu](https://github.com/dtolnay/ryu) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
27+
| [semver](https://github.com/dtolnay/semver) | 1.0.13 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
28+
| [serde](https://github.com/serde-rs/serde) | 1.0.143 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
29+
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.143 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30+
| [serde_json](https://github.com/serde-rs/json) | 1.0.83 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31+
| [syn](https://github.com/dtolnay/syn) | 1.0.99 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3232
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3333
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.0 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3434
| [toml](https://github.com/alexcrichton/toml-rs) | 0.5.9 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
3535
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
3636
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.8 | The Servo Project Developers | Apache-2.0 or MIT |
37-
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.1 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
38-
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.20 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
39-
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
37+
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.3 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
38+
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.21 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
39+
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
40+
| [wyhash](https://github.com/eldruin/wyhash-rs) | 0.5.0 | [Diego Barrios Romero](mailto:[email protected]) | Apache-2.0 or 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.3.10"
3+
version = "0.3.11"
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.3.10"
3+
version = "0.3.11"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
@@ -15,7 +15,7 @@ argyle = "0.6.*"
1515
cargo_metadata = "=0.15.0"
1616
fyi_msg = "0.9.*"
1717
indexmap = "=1.9.1"
18-
libdeflater = "=0.8.0"
18+
libdeflater = "=0.10.0"
1919
oxford_join = "0.2.*"
2020
trimothy = "0.1.*"
2121
utc2k = "0.5.*"

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

0 commit comments

Comments
 (0)