From 4daf3fdfaf4f303aedb70043e1458275e88f24d1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 14:26:30 -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 2995b6c..c30f4b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "paste" version = "1.0.12" authors = ["David Tolnay "] -categories = ["development-tools", "no-std"] +categories = ["development-tools", "no-std", "no-std::no-alloc"] description = "Macros for all your token pasting needs" edition = "2018" keywords = ["macros"]