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

Compilation fails due to outdated depencendy on ahash 0.7.7 #772

Closed
plehmkuhl opened this issue Feb 6, 2024 · 1 comment
Closed

Compilation fails due to outdated depencendy on ahash 0.7.7 #772

plehmkuhl opened this issue Feb 6, 2024 · 1 comment
Labels

Comments

@plehmkuhl
Copy link

plehmkuhl commented Feb 6, 2024

Description

In currently nightly compilation of my project using specs fails, because of a depedency on ahash v0.7.7, which requires a now removed feature. See tkaitchuck/aHash#195 and tkaitchuck/aHash#200 for details.

Meta

Rust version: rustc 1.78.0-nightly (f067fd608 2024-02-05)
Specs version: v0.20.0
Operating system: Microsoft Windows 11 Pro 10.0.22621

Reproduction

Compile specs v.0.20.0 using rustc nightly.

Expected behavior

Compilation succeeds without issues.

@plehmkuhl plehmkuhl added the bug label Feb 6, 2024
@Imberflur
Copy link
Contributor

Should be fixed now since ahash released 0.7.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants