fix(wfe): update to 1.6.3 for step name display in print_summary

WFE now populates execution pointer step_name from the workflow
definition, so print_summary shows actual step names instead of
"step-0", "step-1", etc.
This commit is contained in:
2026-04-05 20:09:32 +01:00
parent ff297b61b5
commit 0c7f1543f5
2 changed files with 19 additions and 19 deletions

View File

@@ -70,10 +70,10 @@ dirs = "5"
chrono = { version = "0.4", features = ["serde"] }
# Workflow engine
wfe = { version = "1.6.2", registry = "sunbeam" }
wfe-core = { version = "1.6.2", registry = "sunbeam", features = ["test-support"] }
wfe-sqlite = { version = "1.6.2", registry = "sunbeam" }
wfe-yaml = { version = "1.6.2", registry = "sunbeam" }
wfe = { version = "1.6.3", registry = "sunbeam" }
wfe-core = { version = "1.6.3", registry = "sunbeam", features = ["test-support"] }
wfe-sqlite = { version = "1.6.3", registry = "sunbeam" }
wfe-yaml = { version = "1.6.3", registry = "sunbeam" }
async-trait = "0.1"
[dev-dependencies]