You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Context (Environment)
Rust: v1.39.0 stable
yew: v0.10.0
browser if relevant
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: