diff --git a/templates/hello-world-http/wrangler.toml b/templates/hello-world-http/wrangler.toml index 1cce2142..0f19d792 100644 --- a/templates/hello-world-http/wrangler.toml +++ b/templates/hello-world-http/wrangler.toml @@ -3,4 +3,4 @@ main = "build/index.js" compatibility_date = "{{ "now" | date: "%Y-%m-%d" }}" [build] -command = "cargo install -q worker-build@^0.7 && worker-build --release" \ No newline at end of file +command = "cargo install -q worker-build && worker-build --release"