From 3d9633ea8f6c889345b484dda21eeedf200e8f82 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:47 -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 51de94c..da63a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ryu" version = "1.0.10" # don't forget to update html_root_url authors = ["David Tolnay "] -categories = ["value-formatting"] +categories = ["value-formatting", "no-std"] description = "Fast floating point to string conversion" documentation = "https://docs.rs/ryu" edition = "2018"