Skip to content

Commit 6be49d0

Browse files
committed
Remove no_std category (crates.io doesn't support it, and it is now rejected), use keywords instead
1 parent 5019dd5 commit 6be49d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "idna"
33
version = "1.0.2"
44
authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
6-
categories = ["no_std"]
6+
keywords = ["no_std", "web", "http"]
77
repository = "https://github.com/servo/rust-url/"
88
license = "MIT OR Apache-2.0"
99
autotests = false

0 commit comments

Comments
 (0)