Skip to content

Commit 1ba869e

Browse files
authored
Remove 6th keyword from xilem_web. (#976)
Apparently 5 is the maximum. ``` error: failed to publish to registry at https://crates.io Caused by: the remote server responded with an error (status 400 Bad Request): expected at most 5 keywords per crate ```
1 parent c194220 commit 1ba869e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xilem_web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xilem_web"
33
version.workspace = true # We mimic Xilem's version
44
description = "HTML DOM frontend for the Xilem Rust UI framework."
5-
keywords = ["xilem", "html", "svg", "dom", "web", "ui"]
5+
keywords = ["xilem", "html", "svg", "web", "ui"]
66
categories = ["gui", "web-programming"]
77
edition.workspace = true
88
rust-version.workspace = true

0 commit comments

Comments
 (0)