Skip to content

Commit d4a10df

Browse files
authored
Merge pull request #84 from behnam/dev
[idna] Fix too many keywords
2 parents 8cdb018 + cc5bc63 commit d4a10df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unic/idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
authors = ["The UNIC Project Developers"]
55
repository = "https://github.com/behnam/rust-unic/"
66
license = "MIT/Apache-2.0"
7-
keywords = ["text", "unicode", "idna", "internationalized", "domain-names", "dns"]
7+
keywords = ["text", "unicode", "idna", "internationalized", "domain-names"]
88
description = "UNIC - Unicode IDNA Compatibility Processing"
99
categories = ["text-processing", "parsing", "rendering"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)