Skip to content

Commit

Permalink
At most 5 keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Dec 14, 2024
1 parent 2cc0d0e commit ad1a682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ description = "Get your own Any with support for casting to trait objects."
homepage = "https://github.com/ink-feather-org/trait-cast-rs"
repository = "https://github.com/ink-feather-org/trait-cast-rs"
categories = ["no-std", "rust-patterns"]
keywords = ["trait", "cast", "any", "upcast", "rtti", "nightly"]
keywords = ["trait", "cast", "any", "upcast", "rtti"]
exclude = ["/macros/"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Proc-macro implementation for the 'trait-cast' crate."
homepage = "https://github.com/ink-feather-org/trait-cast-rs"
repository = "https://github.com/ink-feather-org/trait-cast-rs"
categories = ["no-std", "rust-patterns"]
keywords = ["trait", "cast", "any", "upcast", "rtti", "nightly"]
keywords = ["trait", "cast", "any", "upcast", "rtti"]

[lib]
proc-macro = true
Expand Down

0 comments on commit ad1a682

Please sign in to comment.