jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
855 stars 110 forks source link

Fix building with newer wasm-bindgen installed #20

Closed bk138 closed 3 years ago

bk138 commented 3 years ago

wasm-pack somehow wants the exact version listed in Cargo.toml, this breaks building if a newer wasm-bindgen point-release is installed. This PR relaxes the requirement.

jetli commented 3 years ago

thanks!