Skip to content

Commit e0b2fa8

Browse files
committed
fix: remove unnecessary category
1 parent e24c387 commit e0b2fa8

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
@@ -12,7 +12,7 @@ description = "Fast WHATWG Compliant URL parser"
1212
documentation = "https://docs.rs/ada-url"
1313
readme = "README.md"
1414
keywords = ["url", "parser", "whatwg", "performance"]
15-
categories = ["parser-implementations", "web-programming", "encoding", "parsing", "no-std::no-alloc", "no-std"]
15+
categories = ["parser-implementations", "web-programming", "encoding", "parsing", "no-std"]
1616
repository = "https://github.com/ada-url/rust"
1717
homepage = "https://ada-url.com"
1818
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)