zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.47k stars 1.71k forks source link

error: failed to select a version for `wasmtime`. #11411

Open ankushT369 opened 1 week ago

ankushT369 commented 1 week ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Not able to build in linux system I do have rustup as per docs

Environment

error: failed to select a version for wasmtime. ... required by package activity_indicator v0.1.0 (/home/ankush/zed/crates/activity_indicator) versions that meet the requirements ^19.0.0 (locked to 19.0.0) are: 19.0.0

the package activity_indicator depends on wasmtime, with features: wasmtime-runtime but wasmtime does not have these features. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

failed to select a version for wasmtime which could resolve this conflict

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response