We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbc3e0 commit dfaf48bCopy full SHA for dfaf48b
serde/Cargo.toml
@@ -3,7 +3,7 @@ name = "serde"
3
version = "1.0.165" # remember to update html_root_url and serde_derive dependency
4
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
5
build = "build.rs"
6
-categories = ["encoding", "no-std"]
+categories = ["encoding", "no-std", "no-std::no-alloc"]
7
description = "A generic serialization/deserialization framework"
8
documentation = "https://docs.rs/serde"
9
homepage = "https://serde.rs"
0 commit comments