Add no-std::no-alloc category
This commit is contained in:
parent
dcbc3e0162
commit
dfaf48bc09
@ -3,7 +3,7 @@ name = "serde"
|
||||
version = "1.0.165" # remember to update html_root_url and serde_derive dependency
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
|
||||
build = "build.rs"
|
||||
categories = ["encoding", "no-std"]
|
||||
categories = ["encoding", "no-std", "no-std::no-alloc"]
|
||||
description = "A generic serialization/deserialization framework"
|
||||
documentation = "https://docs.rs/serde"
|
||||
homepage = "https://serde.rs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user