Skip to content

Commit 83dfb5f

Browse files
authored
Merge pull request #429 from dtolnay/nostd
Add to "no-std" crates.io category
2 parents f6145eb + 9b4a99f commit 83dfb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "thiserror"
33
version = "2.0.15"
44
authors = ["David Tolnay <[email protected]>"]
5-
categories = ["rust-patterns"]
5+
categories = ["rust-patterns", "no-std"]
66
description = "derive(Error)"
77
documentation = "https://docs.rs/thiserror"
88
edition = "2021"

0 commit comments

Comments
 (0)