Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 31615e9

Browse files
committed
fix(crate): Remove too-long keyword
1 parent 3829331 commit 31615e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/assert-rs/assert_cli"
99
documentation = "http://docs.rs/assert_cli/"
1010
readme = "README.md"
1111
categories = ["development-tools::testing"]
12-
keywords = ["cli", "testing", "assert", "command-line-interface"]
12+
keywords = ["cli", "testing", "assert"]
1313

1414
[[bin]]
1515
name = "assert_fixture"

0 commit comments

Comments
 (0)