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

cyclic package dependency once this package is enabled #21

Closed
videni opened this issue Oct 1, 2021 · 1 comment
Closed

cyclic package dependency once this package is enabled #21

videni opened this issue Oct 1, 2021 · 1 comment

Comments

@videni
Copy link

videni commented Oct 1, 2021

Once add this package to cargo.toml, I will get following error, anyway to get around this please?

error: cyclic package dependency: package `ahash v0.7.4` depends on itself. Cycle:
package `ahash v0.7.4`
    ... which is depended on by `hashbrown v0.11.2`
    ... which is depended on by `indexmap v1.7.0`
    ... which is depended on by `serde_json v1.0.64`
    ... which is depended on by `wasm-bindgen v0.2.74`
    ... which is depended on by `js-sys v0.3.51`
    ... which is depended on by `getrandom v0.2.3`
    ... which is depended on by `ahash v0.7.4`
    ... which is depended on by `actix-http v3.0.0-beta.8`
    ... which is depended on by `actix-web v4.0.0-beta.8`
    ... which is depended on by `actix-cors v0.6.0-beta.2`
@BinChengZhao
Copy link
Owner

error: cyclic package dependency: package ahash v0.7.4

@videni Hi videni,

This is probably some exception that happens when indexMap uses ahash, not related to delay-timer.

I found some solutions that I hope will help you:

tkaitchuck/aHash#95 (comment)

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