Skip to content

Commit bd06b6d

Browse files
committed
Remove keyword in Cargo.toml causing error
1 parent f4409a9 commit bd06b6d

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 @@ Parse and generate random CPF/ICN and CNPJ, Brazil's ID numbers.
99
edition = "2018"
1010
repository = "https://gitlab.com/ricvelozo/brids-rs"
1111
documentation = "https://docs.rs/brids"
12-
keywords = ["parser", "format", "validation", "cpf", "cnpj", "serde"]
12+
keywords = ["parser", "format", "validation", "cpf", "cnpj"]
1313
categories = ["parser-implementations", "value-formatting"]
1414
readme = "README.md"
1515

0 commit comments

Comments
 (0)