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

bincode dependency conflict #790

Closed
onsails opened this issue Dec 9, 2019 · 2 comments · Fixed by #806
Closed

bincode dependency conflict #790

onsails opened this issue Dec 9, 2019 · 2 comments · Fixed by #806
Milestone

Comments

@onsails
Copy link

onsails commented Dec 9, 2019

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

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
@jstarry
Copy link
Member

jstarry commented Dec 10, 2019

Hey @prettynatty, unfortunately we've been blocked on #714 for awhile now. I'll try getting bincode devs attention once more. Thanks for the issue!

@jstarry
Copy link
Member

jstarry commented Dec 10, 2019

No longer blocked, we'll make sure this gets fixed for v0.11

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