You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned the project, followed first two instructions from the "Building and Running without Docker" section, and ran into the following error:
$ cargo build --release
Updating crates.io index
error: failed to select a version for `env_logger`.
... required by package `inv_sig_helper_rust v0.1.0 (/home/adrien/.aur/inv_sig_helper)`
versions that meet the requirements `^0.11.5` are: 0.11.5, 0.11.6
the package `inv_sig_helper_rust` 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
Not sure if I missed something? This is my Cargo version:
Hi,
Cloned the project, followed first two instructions from the "Building and Running without Docker" section, and ran into the following error:
Not sure if I missed something? This is my Cargo version:
Also, this might be related to this previous MR by @friedkiwi: #24.
The text was updated successfully, but these errors were encountered: