diff options
| author | u <@> | 2026-03-11 10:07:13 -0700 |
|---|---|---|
| committer | u <@> | 2026-03-11 10:09:14 -0700 |
| commit | 2b05abea03cdaca42b0ab69852799ee1542b467f (patch) | |
| tree | d2fb7786eccb60afec15f95ab44ffb6b761dedd2 /wrangler.toml | |
| parent | 9bdd9eb5442bbdeefa08ea60fd966c8f9a83c543 (diff) | |
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
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
