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

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

Open
CramBL opened this issue Jul 9, 2024 · 0 comments · May be fixed by #62
Open

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

CramBL opened this issue Jul 9, 2024 · 0 comments · May be fixed by #62

Comments

@CramBL
Copy link

CramBL commented Jul 9, 2024

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
@CramBL CramBL linked a pull request Jul 9, 2024 that will close this issue
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.

1 participant