Add no-alloc category to the macro crate also
This commit is contained in:
parent
48479e4bae
commit
d640b5624f
@ -2,7 +2,7 @@
|
||||
name = "serde_derive"
|
||||
version = "1.0.166" # remember to update html_root_url
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user