From f00ce1bb06286c42d45fd9f8790ea23ea4977651 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 11:29:14 -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 60701a5..1078834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ryu" version = "1.0.13" # don't forget to update html_root_url authors = ["David Tolnay "] -categories = ["value-formatting", "no-std"] +categories = ["value-formatting", "no-std", "no-std::no-alloc"] description = "Fast floating point to string conversion" documentation = "https://docs.rs/ryu" edition = "2018"