Closed onsails closed 4 years ago
Hey @prettynatty, unfortunately we've been blocked on https://github.com/yewstack/yew/pull/714 for awhile now. I'll try getting bincode
devs attention once more. Thanks for the issue!
No longer blocked, we'll make sure this gets fixed for v0.11
Description
I'm submitting a bug report
Yew depends on specific bincode version. It leads to version conflict when yew is used with other crates depending on newer bincode version (1.2.0):
Expected Results
no bincode conflicts
Actual Results
my-package and my-other-package are two crates in the same workplace without dependency on each other.
Context (Environment)