From c46afd3801739bdb78f9f509fd1b217072030e2e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:46 -0700 Subject: [PATCH] Add no-std category to crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8096489..4dde18f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "itoa" version = "1.0.2" # remember to update html_root_url authors = ["David Tolnay "] -categories = ["value-formatting"] +categories = ["value-formatting", "no-std"] description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" edition = "2018"