Pin worker-build version for compatibility

Close #89
This commit is contained in:
Simon Bihel 2024-04-29 18:01:12 +01:00
parent dbde0e01f8
commit 236530bf1f
No known key found for this signature in database
GPG Key ID: B7013150BEAA28FD

View File

@ -24,7 +24,7 @@ tag = "v1"
new_classes = ["DOCodes"] new_classes = ["DOCodes"]
[build] [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] [build.upload]
dir = "build/worker" dir = "build/worker"