Skip to content

Commit

Permalink
Add no-alloc to crates.io categories
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 25, 2023
1 parent 45cd4a6 commit c0feec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust-version = "1.31"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/const_fn"
keywords = ["macros", "attribute", "const", "static"]
categories = ["no-std", "rust-patterns"]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
exclude = ["/.*", "/tools"]
description = """
A lightweight attribute for easy generation of const functions with conditional compilations.
Expand Down

0 comments on commit c0feec0

Please sign in to comment.