From f834fdb88eb43789aeca57d303b90bbe4d8c4eae Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 11:20:43 -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 b75b934..df4f270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "itoa" version = "1.0.7" # remember to update html_root_url authors = ["David Tolnay "] -categories = ["value-formatting", "no-std"] +categories = ["value-formatting", "no-std", "no-std::no-alloc"] description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" edition = "2018"