mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
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"
|
name = "serde_derive"
|
||||||
version = "1.0.166" # remember to update html_root_url
|
version = "1.0.166" # remember to update html_root_url
|
||||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
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)]"
|
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
|
||||||
documentation = "https://serde.rs/derive.html"
|
documentation = "https://serde.rs/derive.html"
|
||||||
homepage = "https://serde.rs"
|
homepage = "https://serde.rs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user