Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use wasm-bindgen package newer than 0.2.76 #40

Closed
cr0sh opened this issue Sep 12, 2021 · 2 comments · Fixed by #52
Closed

Cannot use wasm-bindgen package newer than 0.2.76 #40

cr0sh opened this issue Sep 12, 2021 · 2 comments · Fixed by #52

Comments

@cr0sh
Copy link

cr0sh commented Sep 12, 2021

wasm-bindgen = "=0.2.76"
requires exact wasm-bindgen version 0.2.76, refusing build with newer v0.2.77 dependency. Is it intended for compatibility or convenience? It seems like this 'version pinning' has been used since the first addition.

@nilslice
Copy link
Contributor

Thanks, @cr0sh. At first this was for compatibility across the various crates both internal and external to this project. However, I will try to loosen this requirement and see if it is happy.

@cr0sh
Copy link
Author

cr0sh commented Sep 15, 2021

Thanks for your kind reply! Glad to hear that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants