From 9b4a99fb90bdb8feb2d3d4212a6aa3427418ea2b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 19 Aug 2025 20:24:29 -0700 Subject: [PATCH] Add to "no-std" crates.io category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38534a7..0d899b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "thiserror" version = "2.0.15" authors = ["David Tolnay "] -categories = ["rust-patterns"] +categories = ["rust-patterns", "no-std"] description = "derive(Error)" documentation = "https://docs.rs/thiserror" edition = "2021"