-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
What versions & operating system are you using?
Wrangler v4.60.0, Windows 11
Please provide a link to a minimal reproduction
https://github.com/cloudflare/workers-rs/tree/main/templates/axum
Describe the Bug
When running npx wrangler dev, wrangler tries to execute cargo install -q worker-build@^0.7 && worker-build --release and somehow the ^ gets removed, leading to a parsing error:
[custom build] error: invalid value 'worker-build@0.7' for '[CRATE[@<VER>]]...': unexpected end of input while parsing minor version number
[custom build]
[custom build] tip: if you want to specify SemVer range, add an explicit qualifier, like '^0.7'
[custom build]
[custom build] For more information, try '--help'.
Please provide any relevant error logs
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Untriaged