Merged
Conversation
### Description From workers-rs 0.7.0 the worker-build and worker crate have aligned versions, so worker-build must be pinned to the version of worker to avoid build failures. There has been breaking changes to worker-rs since the version that we are using (0.5) that needs further investigation to bump. Mainly the structure of the `build` directory. To make it simple for now and make so that current builds of the project work, I went ahead and locked the worker-build to the latest version that we know for sure was working on this project (by the date of last build), which is 0.1.4. As a follow-up to this PR, we should look into what needs to change for us to be able to bump to worker@^0.7 (and consequentially worker-build@^0.7). Closes SHIP-2520 ### Resources - https://github.com/cloudflare/workers-rs/releases/tag/v0.7.0 - https://crates.io/crates/worker-build/versions
Druue
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
From
workers-rs@^0.7theworker-buildandworkercrate have aligned versions, soworker-buildmust be pinned to the version ofworkerto avoid build failures.There has been breaking changes to
worker-rssince the version that we are using (0.5) that needs further investigation to bump. Mainly the structure of thebuilddirectory.To make it simple for now and make so that current builds of the project work, I went ahead and locked the
worker-buildto the latest version that we know for sure was working on this project (by the date of last build), which is0.1.4.As a follow-up to this PR, we should look into what needs to change for us to be able to bump to
worker@^0.7(and consequentiallyworker-build@^0.7).Closes SHIP-2520
Failure example
https://github.com/mentimeter/linkup/actions/runs/22395633731/job/64832633000?pr=251
Resources