You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been daydreaming about contributing to the new UI and finally decided to clone it and get started familiarizing myself with it/the framework today. I'm on macOS 15.0 on an M1 arch.
Running into this issue after attempting to following the instructions in CONTRIBUTING.md:
lemmy-ui-leptos git:(main) ✗ cargo install cargo-leptos
Updating crates.io index
Installing cargo-leptos v0.2.20
Updating crates.io index
error: failed to compile `cargo-leptos v0.2.20`, intermediate artifacts can be found at `/var/folders/3b/s22tvgl57r5fbtnrb7hq84nr0000gn/T/cargo-installEJPfnI`
Caused by:
failed to selecta version for`wasmparser`.
... required by package `wasm-bindgen-wasm-conventions v0.2.93`
... which satisfies dependency `wasm-bindgen-wasm-conventions = "=0.2.93"` of package `wasm-bindgen-cli-support v0.2.93`
... which satisfies dependency `wasm-bindgen-cli-support = "=0.2.93"` of package `cargo-leptos v0.2.20`
versions that meet the requirements `^0.212` are: 0.212.0
the package `wasm-bindgen-wasm-conventions` depends on `wasmparser`, with features: `indexmap` but `wasmparser` 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 selecta version for`wasmparser` which could resolve this conflict
Did some googling on the issue and found this but the advice there didn't help.
I'm a Rust newbie so any help appreciated.
The text was updated successfully, but these errors were encountered:
Hi friends!
I've been daydreaming about contributing to the new UI and finally decided to clone it and get started familiarizing myself with it/the framework today. I'm on macOS 15.0 on an M1 arch.
Running into this issue after attempting to following the instructions in CONTRIBUTING.md:
Did some googling on the issue and found this but the advice there didn't help.
I'm a Rust newbie so any help appreciated.
The text was updated successfully, but these errors were encountered: