Skip to content

Commit

Permalink
Add no-std::no-alloc category
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 3, 2023
1 parent fd758f8 commit 1aa6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde_bytes"
version = "0.11.9" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
categories = ["encoding", "no-std"]
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
documentation = "https://docs.rs/serde_bytes"
edition = "2018"
Expand Down

0 comments on commit 1aa6ac9

Please sign in to comment.