fix: add version + registry to wfe-deno path dep for publishing

This commit is contained in:
2026-04-06 13:57:56 +01:00
parent 4b8e544ab8
commit a4d0f2a547

View File

@@ -9,7 +9,7 @@ description = "Deno bindings for the WFE workflow engine"
[dependencies]
wfe-core = { workspace = true, features = ["test-support"] }
wfe = { path = "../wfe" }
wfe = { version = "1.7.0", path = "../wfe", registry = "sunbeam" }
deno_core = { workspace = true }
deno_error = { workspace = true }
tokio = { workspace = true }