Skip to content

Commit 40dfeb3

Browse files
committed
Fix category slugs of the Cargo.toml files
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent a1627b8 commit 40dfeb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builders/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/serverlessworkflow/sdk-rust"
99
documentation = "https://github.com/serverlessworkflow/sdk-rust"
1010
license = "Apache-2.0"
1111
keywords = ["serverless-workflow", "sdk", "builders"]
12-
categories = ["config", "parsing", "serialization", "data-structures", "api-bindings"]
12+
categories = ["config", "parsing", "data-structures", "api-bindings"]
1313

1414
[dependencies]
1515
serverless_workflow_core = { path = "../core", version = "1.0.0-alpha6" }

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/serverlessworkflow/sdk-rust"
99
documentation = "https://github.com/serverlessworkflow/sdk-rust"
1010
license = "Apache-2.0"
1111
keywords = ["serverless-workflow", "sdk", "core"]
12-
categories = ["config", "parsing", "serialization", "data-structures", "api-bindings"]
12+
categories = ["config", "parsing", "data-structures", "api-bindings"]
1313

1414
[dependencies]
1515
serde = "1.0"

0 commit comments

Comments
 (0)