wasm-bindgen
version conflict resolution?
#222
Replies: 1 comment 3 replies
-
Hey. Ah yes a while ago I had some problems with getting the If I remember correctly, a fix was applied and this pinning was changed to be a wider version in #114. As part of it I had to also change the That should be possible to change now and hopefully there are not any breaking changes. Will look at changing the requirement to be
Awesome, let me know how it goes! |
Beta Was this translation helpful? Give feedback.
-
Hi, I've just discovered ezno and it looks like an absolutely incredible project. I'd quite like to use it in some tests in a project of mine, to verify that some (quite simple) javascript code that I'm producing is type-safe. Unfortunately, my project needs
wasm-bindgen >= 0.2.92
, which conflicts wthezno/checker
's dependency ofwasm-bindgen = 0.2.89
. I don't actually need wasm-bindgen for my tests so I've tried usingcfg
to avoid Cargo trying to load bothwasm-bindgen
andezno
at the same time, but it doesn't seem to like it. I'll continue playing around to see if I can get it to work as-is (I'm sure there must be a way), but I would like to ask if there's any way I can help upgrade thewasm-bindgen
version used in ezno - checker/Cargo.toml mentions that it's due to a problem in thesource-map
crate - is there anything I might be able to do to try and help resolve this?Thanks
Beta Was this translation helpful? Give feedback.
All reactions