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

Can not build. env_logger does not meet version requierments. #117

Open
gegoxaren opened this issue Jul 21, 2024 · 1 comment
Open

Can not build. env_logger does not meet version requierments. #117

gegoxaren opened this issue Jul 21, 2024 · 1 comment

Comments

@gegoxaren
Copy link

$ cargo build
error: failed to select a version for `env_logger`.
    ... required by package `nvim-gtk v1.1.0-devel (/home/gego/svn/neovim-gtk/neovim-gtk)`
versions that meet the requirements `^0.11.0` (locked to 0.11.3) are: 0.11.3

the package `nvim-gtk` 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

Any ideas?

@Lyude
Copy link
Owner

Lyude commented Jul 23, 2024

What kind of system are you building this on? I don't seem to be getting this error at all, and I don't think I've seen the CI hit this either

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

No branches or pull requests

2 participants