Skip to content

Commit 1aa6ac9

Browse files
committed
Add no-std::no-alloc category
1 parent fd758f8 commit 1aa6ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serde_bytes"
33
version = "0.11.9" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
5-
categories = ["encoding", "no-std"]
5+
categories = ["encoding", "no-std", "no-std::no-alloc"]
66
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
77
documentation = "https://docs.rs/serde_bytes"
88
edition = "2018"

0 commit comments

Comments
 (0)