Skip to content

Commit 9d3d77e

Browse files
authoredJan 16, 2025··
Merge pull request #2 from neuroglia-io/feat-add-task-common-fields
Add common fields to all TaskDefinitions
2 parents 40dfeb3 + 0665fe7 commit 9d3d77e

File tree

6 files changed

+1150
-62
lines changed

6 files changed

+1150
-62
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎builders/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serverless_workflow_builders"
3-
version = "1.0.0-alpha6"
3+
version = "1.0.0-alpha6.1"
44
edition = "2021"
55
authors = ["The Serverless Workflow Authors <cncf.serverless.workflow@gmail.com>"]
66
description = "Contains services used to build ServerlessWorkflow workflow definitions programatically"
@@ -12,6 +12,6 @@ keywords = ["serverless-workflow", "sdk", "builders"]
1212
categories = ["config", "parsing", "data-structures", "api-bindings"]
1313

1414
[dependencies]
15-
serverless_workflow_core = { path = "../core", version = "1.0.0-alpha6" }
15+
serverless_workflow_core = { path = "../core", version = "1.0.0-alpha6.1" }
1616
serde_json = "1.0"
1717
serde_yaml = "0.9"

0 commit comments

Comments
 (0)
Please sign in to comment.