From 2b05abea03cdaca42b0ab69852799ee1542b467f Mon Sep 17 00:00:00 2001 From: u <@> Date: Wed, 11 Mar 2026 10:07:13 -0700 Subject: build-std, give up on transmute dance the file is streamed anyway. build-std was failing with workers 0.7 but they fixed it? maybe rustup update fixed it and my stuff was mismatched. idk. its annoying --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrangler.toml') diff --git a/wrangler.toml b/wrangler.toml index 3e66e78..e5b265e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,7 +3,7 @@ main = "build/index.js" compatibility_date = "2026-03-01" [build] -command = "cargo install -q \"worker-build@^0.7\" && worker-build --release" +command = "cargo install -q \"worker-build@^0.7.5\" && worker-build --release" [assets] directory = "./assets" -- cgit v1.2.3