Widen wasm-bindgen requirements check
sigmachirality opened this issue · 0 comments
sigmachirality commented
rustwasmc/src/command/build.rs
Line 280 in fb9b165
Seems unnecessarily brittle to hardcode dependency requirements like this - any chance this could be a range of supported dependencies (>.2.61 ?). It's been 3 years since .2.61 was the latest release, and it seems unreasonable to require people to downgrade from ~.2.86 to use this build tool.
Or does something in .2.62 break this tool?