Skip to content

Commit f58e803

Browse files
committed
Add no-std category to crates.io metadata
1 parent 8f268ac commit f58e803

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 = "anyhow"
33
version = "1.0.58" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
5-
categories = ["rust-patterns"]
5+
categories = ["rust-patterns", "no-std"]
66
description = "Flexible concrete Error type built on std::error::Error"
77
documentation = "https://docs.rs/anyhow"
88
edition = "2018"

0 commit comments

Comments
 (0)