Skip to content

Commit dfaf48b

Browse files
committed
Add no-std::no-alloc category
1 parent dcbc3e0 commit dfaf48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "serde"
33
version = "1.0.165" # remember to update html_root_url and serde_derive dependency
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
build = "build.rs"
6-
categories = ["encoding", "no-std"]
6+
categories = ["encoding", "no-std", "no-std::no-alloc"]
77
description = "A generic serialization/deserialization framework"
88
documentation = "https://docs.rs/serde"
99
homepage = "https://serde.rs"

0 commit comments

Comments
 (0)