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
Encountered an issue where essential dependencies for some feature flags were missing in several crates, notably within the ibc-core. Surprisingly, the cargo hack tool failed to detect these missing dependencies. It sounds like it struggles to accurately assess feature combinations in cases involving multiple layers of crates stacked on top of each other.
Version
=< 0.50.0
The text was updated successfully, but these errors were encountered:
Appreciate the tip @romac ! I gave cargo hakari a try, but it didn't catch the missing dependency either. I even tried running cargo check locally with a different set of features, but no luck catching those corner scenarios. Right now, I'm just fixing things manually and sticking with the cargo hack since it does catch a bunch of cases.
Summary
Encountered an issue where essential dependencies for some feature flags were missing in several crates, notably within the
ibc-core
. Surprisingly, thecargo hack
tool failed to detect these missing dependencies. It sounds like it struggles to accurately assess feature combinations in cases involving multiple layers of crates stacked on top of each other.Version
=< 0.50.0
The text was updated successfully, but these errors were encountered: