Skip to content

Commit

Permalink
chore: crates.io only allow max 5 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Jan 19, 2021
1 parent 9246e46 commit c64d2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "git-cz"
version = "0.4.2"
description = "Git conventional commit tools written in Rust"
keywords = ["git", "conventional", "commit", "changelog", "semantic", "versioning"]
keywords = ["git", "conventional", "commit", "changelog", "semantic"]
categories = ["development-tools::build-utils"]
readme = "README.md"
homepage = "https://git-cz.github.io"
Expand Down Expand Up @@ -49,4 +49,4 @@ assets = [
]

#[patch.crates-io]
#dialoguer = { path = "../dialoguer" }
#dialoguer = { path = "../dialoguer" }

0 comments on commit c64d2ee

Please sign in to comment.