Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

problematic byteorder version #381

@ZijianHe

Description

@ZijianHe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions