Skip to content

Commit b410e91

Browse files
committed
Bump version to 0.8.0
1 parent 871d501 commit b410e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "clap-stdin"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Mat Wood <[email protected]>"]
6-
description = "Provides a type for easily accepting Clap arguments from stdin"
6+
description = "Provides types for easily accepting Clap arguments from stdin and writing to stdout"
77
categories = ["command-line-interface"]
8-
keywords = ["clap", "stdin"]
8+
keywords = ["clap", "stdin", "stdout"]
99
license = "MIT OR Apache-2.0"
1010
documentation = "https://docs.rs/clap-stdin"
1111
readme = "README.md"

0 commit comments

Comments
 (0)