Skip to content

Commit

Permalink
Add development-tools category to crates.io metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent b424952 commit a2e9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "paste"
version = "1.0.7"
authors = ["David Tolnay <[email protected]>"]
categories = ["no-std"]
categories = ["development-tools", "no-std"]
description = "Macros for all your token pasting needs"
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a2e9d73

Please sign in to comment.