Replies: 2 comments 3 replies
-
Do you have any other dependencies? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Ref #7536 |
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'm trying to use a toy code example. My Cargo.toml is:
I get many errors compiling reth-primitives. The first one is:
Indeed, alloy-primitives appears in both 0.6.4 and 0.7.0.
If I checkout the reth repository (using the same tag) and build, it works and cargo tree shows it only uses 0.7.0.
I don't know why 0.6.4 is used. How can I resolve this?
As a bonus, I'd be happy for an explanation about why cargo even allows the same library to be used in multiple versions (according to cargo tree, sometimes for the same crate). Seems like this will almost always result in conflicts.
Beta Was this translation helpful? Give feedback.
All reactions