Skip to content

Using a termcolor later than ~v1.1 with stderrlog-rs fails to compile #61

Open
@CramBL

Description

@CramBL

steps to reproduce

cargo new reproduce && cd reproduce
cargo add stderrlog
cargo add termcolor
    Updating crates.io index
      Adding termcolor v1.4.1 to dependencies
    Updating crates.io index
error: failed to select a version for `termcolor`.
    ... required by package `stderrlog v0.6.0`
    ... which satisfies dependency `stderrlog = "^0.6.0"` of package `reproduce v0.1.0 (/home/marcbk/test/reproduce)`
versions that meet the requirements `~1.1` are: 1.1.3, 1.1.2, 1.1.1, 1.1.0

all possible versions conflict with previously selected packages.

  previously selected package `termcolor v1.4.1`
    ... which satisfies dependency `termcolor = "^1.4.1"` of package `reproduce v0.1.0 (/home/marcbk/test/reproduce)`

failed to select a version for `termcolor` which could resolve this conflict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions