summaryrefslogtreecommitdiff
path: root/wrangler.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wrangler.toml')
-rw-r--r--wrangler.toml2
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"