From a4d0f2a547316c22bc4638c9d3341909087c8769 Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Mon, 6 Apr 2026 13:57:56 +0100 Subject: [PATCH] fix: add version + registry to wfe-deno path dep for publishing --- wfe-deno/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfe-deno/Cargo.toml b/wfe-deno/Cargo.toml index 794bb13..aa9237b 100644 --- a/wfe-deno/Cargo.toml +++ b/wfe-deno/Cargo.toml @@ -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 }