Skip to content

Commit

Permalink
Fix category slugs (#3)
Browse files Browse the repository at this point in the history
- `cargo publish` only warns on invalid slugs when actually publishing. E.g. `--dry-run` did not catch this issue.
  • Loading branch information
parasyte committed Apr 10, 2023
1 parent c403005 commit d01f9c5
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 @@ -6,7 +6,7 @@ authors = ["Jay Oster <jay@kodewerx.org>"]
repository = "https://github.com/parasyte/myn"
edition = "2021"
keywords = ["macros", "myn"]
categories = ["parser-implementations", "procedural-macro-helpers"]
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
license = "MIT"

[dependencies]
Expand Down

0 comments on commit d01f9c5

Please sign in to comment.