Skip to content

Commit ec9e3a6

Browse files
committed
release: 0.3.9
2 parents 11a0785 + c80001c commit ec9e3a6

File tree

5 files changed

+27
-30
lines changed

5 files changed

+27
-30
lines changed

CREDITS.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.8
4-
Generated: 2022-05-26 17:38:11 UTC
3+
Version: 0.3.9
4+
Generated: 2022-06-19 04:04:58 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.4 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.6 | [Josh Stoik](mailto:[email protected]) | WTFPL |
99
| [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.5.6 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
11-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.8 | [Josh Stoik](mailto:[email protected]) | WTFPL |
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.9 | [Josh Stoik](mailto:[email protected]) | WTFPL |
1212
| [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 |
1313
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
1414
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.14.2 | [Oliver Schneider](mailto:[email protected]) | MIT |
15-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.3.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
16-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.10 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17-
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.11.2 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
18-
| [indexmap](https://github.com/bluss/indexmap) | 1.8.1 | bluss and [Josh Stone](mailto:[email protected]) | Apache-2.0 or 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.12 | [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 |
18+
| [indexmap](https://github.com/bluss/indexmap) | 1.9.0 | | Apache-2.0 or MIT |
1919
| [itoa](https://github.com/dtolnay/itoa) | 1.0.2 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2020
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2121
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.8.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2222
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
2323
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
2424
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.39 | [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.18 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
25+
| [quote](https://github.com/dtolnay/quote) | 1.0.19 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2626
| [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.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
27+
| [semver](https://github.com/dtolnay/semver) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2828
| [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 |
2929
| [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 |
3030
| [serde_json](https://github.com/serde-rs/json) | 1.0.81 | [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.95 | [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 |
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 |
35-
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
35+
| [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.0 | [David Tolnay](mailto:[email protected]) | 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 |
3838
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.19 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
39-
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.4.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
39+
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |

bashman/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
7-
rust-version = "1.59"
7+
rust-version = "1.61"
88
description = "A Cargo plugin to generate BASH completions and MAN pages."
99
repository = "https://github.com/Blobfolio/bashman"
1010
publish = false
@@ -66,7 +66,7 @@ label = "<Cargo.toml>"
6666
path = true
6767

6868
[dependencies]
69-
argyle = "0.5.*, >=0.5.3"
69+
argyle = "0.6.*"
7070
fyi_msg = "0.9.*"
7171

7272
[dependencies.bashman_core]

bashman/src/main.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ use bashman_core::{
4646
FLAG_MAN,
4747
};
4848
use fyi_msg::Msg;
49-
use std::{
50-
ffi::OsStr,
51-
path::PathBuf,
52-
};
49+
use std::path::PathBuf;
5350

5451

5552

@@ -82,7 +79,7 @@ fn _main() -> Result<(), BashManError> {
8279
flags &= ! FLAG_MAN;
8380
}
8481

85-
let features = args.option2_os(b"-f", b"--features").and_then(OsStr::to_str);
82+
let features = args.option2(b"-f", b"--features").and_then(|x| std::str::from_utf8(x).ok());
8683

8784
let manifest =
8885
if let Some(p) = args.option2_os(b"-m", b"--manifest-path") {

bashman_core/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
7-
rust-version = "1.59"
7+
rust-version = "1.61"
88
description = "The backing library for Cargo Bashman."
99
repository = "https://github.com/Blobfolio/bashman"
1010
publish = false
1111

1212
[dependencies]
1313
adbyss_psl = "0.7.*"
14-
argyle = "0.5.*"
14+
argyle = "0.6.*"
1515
cargo_metadata = "=0.14.2"
1616
fyi_msg = "0.9.*"
17-
indexmap = "=1.8.1"
17+
indexmap = "=1.9.0"
1818
libdeflater = "=0.8.0"
1919
oxford_join = "0.2.*"
2020
trimothy = "0.1.*"
21-
utc2k = "0.4.*"
21+
utc2k = "0.5.*"
2222

2323
[dependencies.serde]
2424
version = "1.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" "May 2022" "Cargo BashMan v0.3.8" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "June 2022" "Cargo BashMan v0.3.9" "User Commands"
22
.SH NAME
3-
Cargo BashMan \- Manual page for cargo\-bashman v0.3.8.
3+
Cargo BashMan \- Manual page for cargo\-bashman v0.3.9.
44
.SH DESCRIPTION
55
A Cargo plugin to generate BASH completions and MAN pages.
66
.SS USAGE:

0 commit comments

Comments
 (0)