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):
no bincode conflicts
error: failed to select a version for `bincode`.
... required by package `sled v0.29.2`
... which is depended on by `my-crate v0.1.0`
versions that meet the requirements `^1.2.0` are: 1.2.0
all possible versions conflict with previously selected packages.
previously selected package `bincode v1.0.1`
... which is depended on by `yew v0.10.0`
... which is depended on by `my-other-crate v0.1.0`
my-package and my-other-package are two crates in the same workplace without dependency on each other.
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
Most helpful comment
No longer blocked, we'll make sure this gets fixed for v0.11