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

problematic byteorder version #381

Closed
ZijianHe opened this issue Feb 26, 2021 · 1 comment
Closed

problematic byteorder version #381

ZijianHe opened this issue Feb 26, 2021 · 1 comment

Comments

@ZijianHe
Copy link

Should probably undo this change since this change basically prevents people using a higher version of Rust from directly or indirectly having a higher version of byteorder in their dependencies.

In my case I've got this error:

Caused by:
  failed to select a version for `byteorder`.
      ... required by package `bincode v1.3.2`
      ... which is depended on by `xxxxxx`
  versions that meet the requirements `>=1.3.0, <1.4.0` are: 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0

  all possible versions conflict with previously selected packages.

    previously selected package `byteorder v1.4.2`
      ... which is depended on by `rmp v0.8.10`
      ... which is depended on by `rmp-serde v0.15.4`
      ... which is depended on by `xxxxxx`

  failed to select a version for `byteorder` which could resolve this conflict
@VictorKoenders
Copy link
Contributor

See #380 for more information on this

Currently bincode supports rust 1.18 and up, and byteorder released a version that is not compatible with this. We're working on a (breaking) change version that has a higher minimum rust version that fixes this.

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

No branches or pull requests

2 participants