Add no-std::no-alloc category

This commit is contained in:
David Tolnay 2023-07-03 11:20:43 -07:00
parent 26259a9a1a
commit f834fdb88e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "itoa"
version = "1.0.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"