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"