Skip to content

Commit ad1a682

Browse files
committed
At most 5 keywords.
1 parent 2cc0d0e commit ad1a682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description = "Get your own Any with support for casting to trait objects."
5858
homepage = "https://github.com/ink-feather-org/trait-cast-rs"
5959
repository = "https://github.com/ink-feather-org/trait-cast-rs"
6060
categories = ["no-std", "rust-patterns"]
61-
keywords = ["trait", "cast", "any", "upcast", "rtti", "nightly"]
61+
keywords = ["trait", "cast", "any", "upcast", "rtti"]
6262
exclude = ["/macros/"]
6363

6464
[features]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Proc-macro implementation for the 'trait-cast' crate."
77
homepage = "https://github.com/ink-feather-org/trait-cast-rs"
88
repository = "https://github.com/ink-feather-org/trait-cast-rs"
99
categories = ["no-std", "rust-patterns"]
10-
keywords = ["trait", "cast", "any", "upcast", "rtti", "nightly"]
10+
keywords = ["trait", "cast", "any", "upcast", "rtti"]
1111

1212
[lib]
1313
proc-macro = true

0 commit comments

Comments
 (0)