failed to select a version for env_logger
#585
-
Hey @SamTV12345 , it's been a while since I last tried, but when I try to start the backend on my local for development, I'm getting the following error: $ cargo run --color=always --package podfetch --bin podfetch
error: failed to select a version for `env_logger`.
... required by package `podfetch v0.1.0 (/home/jonathanchue/Repositories/PodFetch)`
versions that meet the requirements `^0.11.1` (locked to 0.11.1) are: 0.11.1
the package `podfetch` 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 Am I doing something wrong, or did something change with the dependencies? |
Beta Was this translation helpful? Give feedback.
Answered by
SamTV12345
Feb 1, 2024
Replies: 2 comments
-
I am able to build PodFetch with that command. Did you do rustup update? I also rebased the feature/tags branch. Maybe that resolves the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jchue
-
That did the trick, thanks. I'm not very familiar with Rust. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am able to build PodFetch with that command. Did you do rustup update? I also rebased the feature/tags branch. Maybe that resolves the issue.