Skip to content

Commit

Permalink
Fix category slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Dec 17, 2023
1 parent ea31e37 commit 9387d11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion or-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/mox692/or-rs"
description = """
or-rs's proc macros.
"""
categories = ["development-tools", "Parsing tools"]
categories = ["development-tools", "parsing"]
keywords = ["either", "macro", "or"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions or-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "or-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Motoyuki Kimura <moymoymox@gmail.com>"]
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/mox692/or-rs"
description = """
or-rs's enum types.
"""
categories = ["development-tools", "Parsing tools"]
categories = ["development-tools", "parsing"]
keywords = ["either", "macro", "or"]
rust-version = "1.60"

Expand Down

0 comments on commit 9387d11

Please sign in to comment.