casey / just

🤖 Just a command runner
https://just.systems
Creative Commons Zero v1.0 Universal
17.59k stars 399 forks source link

`cargo install just`: Dependency issues #1980

Open IngwiePhoenix opened 1 month ago

IngwiePhoenix commented 1 month ago

Hello!

This is what I just got while trying to install Just on my aarch64 Debian Bookworm:

root@birb ~# cargo install just
    Updating crates.io index
  Downloaded just v1.25.2
  Downloaded 1 crate (231.8 KB) in 0.11s
  Installing just v1.25.2
error: failed to compile `just v1.25.2`, intermediate artifacts can be found at `/tmp/cargo-installWK7SaQ`

Caused by:
  failed to select a version for `env_logger`.
      ... required by package `just v1.25.2`
  versions that meet the requirements `^0.11.0` are: 0.11.3, 0.11.2, 0.11.1, 0.11.0

  the package `just` depends on `env_logger`, with features: `anstream` but `env_logger` does not have these features.
   It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

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

Is there a way I can resolve this?

Thanks!