From d640b5624f1e67ce787279dea9f148ecc6d7fa23 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 14:05:32 -0700 Subject: [PATCH] Add no-alloc category to the macro crate also --- serde_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde_derive/Cargo.toml b/serde_derive/Cargo.toml index 5a73485f..d02a2a90 100644 --- a/serde_derive/Cargo.toml +++ b/serde_derive/Cargo.toml @@ -2,7 +2,7 @@ name = "serde_derive" version = "1.0.166" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] -categories = ["no-std"] +categories = ["no-std", "no-std::no-alloc"] description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" documentation = "https://serde.rs/derive.html" homepage = "https://serde.rs"