Skip to content

Commit d4e2e3e

Browse files
committed
Fix categories
1 parent 9b39ce1 commit d4e2e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ readme = "../README.md"
2121
# This is a list of up to five keywords that describe this crate. Keywords
2222
# are searchable on crates.io, and you may choose any words that would
2323
# help someone find this crate.
24-
keywords = ["windows", "gtk", "gui", "user interface", "macos"]
24+
keywords = ["windows", "gtk", "gui", "user_interface", "macos"]
2525

2626
# This is a list of up to five categories where this crate would fit.
2727
# Categories are a fixed list available at crates.io/category_slugs, and

ui-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ readme = "../README.md"
2121
# This is a list of up to five keywords that describe this crate. Keywords
2222
# are searchable on crates.io, and you may choose any words that would
2323
# help someone find this crate.
24-
keywords = ["windows", "gtk", "gui", "user interface", "macos"]
24+
keywords = ["windows", "gtk", "gui", "user_interface", "macos"]
2525

2626
# This is a list of up to five categories where this crate would fit.
2727
# Categories are a fixed list available at crates.io/category_slugs, and

0 commit comments

Comments
 (0)