Skip to content

Commit 292346b

Browse files
committed
release: 0.3.13
2 parents 72c6a74 + 2369b7c commit 292346b

File tree

5 files changed

+30
-29
lines changed

5 files changed

+30
-29
lines changed

CREDITS.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.12
4-
Generated: 2022-08-12 08:10:08 UTC
3+
Version: 0.3.13
4+
Generated: 2022-09-22 18:56:47 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.10 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.13 | [Josh Stoik](mailto:[email protected]) | WTFPL |
99
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.0 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
10-
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
11-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.12 | [Josh Stoik](mailto:[email protected]) | WTFPL |
12-
| [camino](https://github.com/camino-rs/camino) | 1.1.0 | [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 |
10+
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
11+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.13 | [Josh Stoik](mailto:[email protected]) | WTFPL |
12+
| [camino](https://github.com/camino-rs/camino) | 1.1.1 | [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.15.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 |
16-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17-
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.15 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
18-
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.7 | The Rand Project Developers | Apache-2.0 or MIT |
16+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
17+
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.10.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1918
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
2019
| [indexmap](https://github.com/bluss/indexmap) | 1.9.1 | | Apache-2.0 or MIT |
2120
| [itoa](https://github.com/dtolnay/itoa) | 1.0.3 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2221
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2322
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
2423
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
25-
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
24+
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
2625
| [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 |
2726
| [quote](https://github.com/dtolnay/quote) | 1.0.21 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2827
| [ryu](https://github.com/dtolnay/ryu) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
29-
| [semver](https://github.com/dtolnay/semver) | 1.0.13 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30-
| [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 |
31-
| [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 |
32-
| [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 |
33-
| [syn](https://github.com/dtolnay/syn) | 1.0.99 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
28+
| [semver](https://github.com/dtolnay/semver) | 1.0.14 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
29+
| [serde](https://github.com/serde-rs/serde) | 1.0.145 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
30+
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.145 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
31+
| [serde_json](https://github.com/serde-rs/json) | 1.0.85 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
32+
| [syn](https://github.com/dtolnay/syn) | 1.0.100 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3433
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3534
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.0 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
3635
| [toml](https://github.com/alexcrichton/toml-rs) | 0.5.9 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
37-
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
36+
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
3837
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.8 | The Servo Project Developers | Apache-2.0 or MIT |
39-
| [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 |
40-
| [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 |
41-
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
38+
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.4 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
39+
| [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 |
40+
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.9 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Cargo BashMan
22

3-
[![Build Status](https://github.com/Blobfolio/bashman/workflows/Build/badge.svg)](https://github.com/Blobfolio/bashman/actions)
4-
[![Dependency Status](https://deps.rs/repo/github/blobfolio/bashman/status.svg)](https://deps.rs/repo/github/blobfolio/bashman)
3+
[![ci](https://img.shields.io/github/workflow/status/Blobfolio/bashman/Build.svg?style=flat-square&label=ci)](https://github.com/Blobfolio/bashman/actions)
4+
[![deps.rs](https://deps.rs/repo/github/blobfolio/bashman/status.svg?style=flat-square&label=deps.rs)](https://deps.rs/repo/github/blobfolio/bashman)<br>
5+
[![license](https://img.shields.io/badge/license-wtfpl-ff1493?style=flat-square)](https://en.wikipedia.org/wiki/WTFPL)
6+
[![contributions welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&label=contributions)](https://github.com/Blobfolio/bashman/issues)
57

68
`BashMan` is a Cargo plugin that helps you generate BASH completions, MAN pages, and/or a `CREDITS.md` page for your Rust apps using metadata from your projects' `Cargo.toml` manifests. It pairs well with the (unaffiliated) [cargo-deb](https://github.com/mmstick/cargo-deb).
79

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.12"
3+
version = "0.3.13"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
7-
rust-version = "1.61"
7+
rust-version = "1.63"
88
description = "A Cargo plugin to generate BASH completions and MAN pages."
99
repository = "https://github.com/Blobfolio/bashman"
1010
publish = false
@@ -67,7 +67,7 @@ path = true
6767

6868
[dependencies]
6969
argyle = "0.6.*"
70-
fyi_msg = "0.9.*"
70+
fyi_msg = "0.10.*"
7171

7272
[dependencies.bashman_core]
7373
path = "../bashman_core"

bashman_core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.3.12"
3+
version = "0.3.13"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
7-
rust-version = "1.61"
7+
rust-version = "1.63"
88
description = "The backing library for Cargo Bashman."
99
repository = "https://github.com/Blobfolio/bashman"
1010
publish = false
@@ -13,7 +13,7 @@ publish = false
1313
adbyss_psl = "0.7.*"
1414
argyle = "0.6.*"
1515
cargo_metadata = "=0.15.0"
16-
fyi_msg = "0.9.*"
16+
fyi_msg = "0.10.*"
1717
indexmap = "=1.9.1"
1818
libdeflater = "=0.10.0"
1919
oxford_join = "0.2.*"

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

0 commit comments

Comments
 (0)