Skip to content

Commit

Permalink
Fix categories to valid slugs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor authored Sep 13, 2024
1 parent cc70993 commit 4ebcd5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["actor", "ractor"]
repository = "https://github.com/slawlor/ractor"
readme = "../README.md"
homepage = "https://github.com/slawlor/ractor"
categories = ["actor", "erlang"]
categories = ["asynchronous"]
rust-version = "1.64"

[lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion ractor_cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["actor", "ractor", "cluster"]
repository = "https://github.com/slawlor/ractor"
readme = "README.md"
homepage = "https://github.com/slawlor/ractor"
categories = ["actor", "erlang"]
categories = ["asynchronous"]
build = "src/build.rs"
rust-version = "1.64"

Expand Down
1 change: 1 addition & 0 deletions ractor_cluster_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Sean Lawlor <seanlawlor@fb.com>"]
description = "Derives for ractor_cluster"
license = "MIT"
edition = "2021"
categories = []
keywords = ["actor", "ractor"]
repository = "https://github.com/slawlor/ractor"
readme = "../README.md"
Expand Down

0 comments on commit 4ebcd5b

Please sign in to comment.