Skip to content

Commit

Permalink
Pin worker-build version for compatibility
Browse files Browse the repository at this point in the history
Close #89
  • Loading branch information
sbihel committed Apr 29, 2024
1 parent dbde0e0 commit 236530b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler_example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tag = "v1"
new_classes = ["DOCodes"]

[build]
command = "cargo install -q worker-build && worker-build --release"
command = "cargo install -q worker-build --version 0.0.8 && worker-build --release"

[build.upload]
dir = "build/worker"
Expand Down

0 comments on commit 236530b

Please sign in to comment.