Error building on master - error: cyclic package dependency: package ahash v0.7.4
depends on itself. Cycle
#544
Labels
ahash v0.7.4
depends on itself. Cycle
#544
Describe the bug
When I tried to use the code from master in arrow/datafusion in IOx (which depends on both arrow and datafusion) I got this crazy error while trying to resolve dependencies:
To Reproduce
make a project that depends on both datafusion and arrow
Expected behavior
Should be able to compile
Additional context
This was introduced because of a change of the rand macro in #488
The text was updated successfully, but these errors were encountered: