Skip to content

Commit

Permalink
Fix category slugs of the Cargo.toml files
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Jan 14, 2025
1 parent a1627b8 commit 40dfeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/serverlessworkflow/sdk-rust"
documentation = "https://github.com/serverlessworkflow/sdk-rust"
license = "Apache-2.0"
keywords = ["serverless-workflow", "sdk", "builders"]
categories = ["config", "parsing", "serialization", "data-structures", "api-bindings"]
categories = ["config", "parsing", "data-structures", "api-bindings"]

[dependencies]
serverless_workflow_core = { path = "../core", version = "1.0.0-alpha6" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/serverlessworkflow/sdk-rust"
documentation = "https://github.com/serverlessworkflow/sdk-rust"
license = "Apache-2.0"
keywords = ["serverless-workflow", "sdk", "core"]
categories = ["config", "parsing", "serialization", "data-structures", "api-bindings"]
categories = ["config", "parsing", "data-structures", "api-bindings"]

[dependencies]
serde = "1.0"
Expand Down

0 comments on commit 40dfeb3

Please sign in to comment.