Skip to content

Commit 9387d11

Browse files
committed
Fix category slugs
1 parent ea31e37 commit 9387d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

or-rs-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/mox692/or-rs"
1010
description = """
1111
or-rs's proc macros.
1212
"""
13-
categories = ["development-tools", "Parsing tools"]
13+
categories = ["development-tools", "parsing"]
1414
keywords = ["either", "macro", "or"]
1515

1616
[dependencies]

or-rs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "or-rs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Motoyuki Kimura <[email protected]>"]
66
readme = "README.md"
@@ -9,7 +9,7 @@ repository = "https://github.com/mox692/or-rs"
99
description = """
1010
or-rs's enum types.
1111
"""
12-
categories = ["development-tools", "Parsing tools"]
12+
categories = ["development-tools", "parsing"]
1313
keywords = ["either", "macro", "or"]
1414
rust-version = "1.60"
1515

0 commit comments

Comments
 (0)