From 854b4edb45ec95f6ce64a2833acd778871a8909e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 11:30:37 -0700 Subject: [PATCH] Add no-std::no-alloc category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dcce79..7f9cefe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "unicode-ident" version = "1.0.9" authors = ["David Tolnay "] -categories = ["development-tools::procedural-macro-helpers", "no-std"] +categories = ["development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"] description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" documentation = "https://docs.rs/unicode-ident" edition = "2018"