From 1aa6ac9ec9eed9293a80d6aebca097683a217128 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 11:31:30 -0700 Subject: [PATCH] Add no-std::no-alloc category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 241a337..1576fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "serde_bytes" version = "0.11.9" # remember to update html_root_url authors = ["David Tolnay "] -categories = ["encoding", "no-std"] +categories = ["encoding", "no-std", "no-std::no-alloc"] description = "Optimized handling of `&[u8]` and `Vec` for Serde" documentation = "https://docs.rs/serde_bytes" edition = "2018"