amethyst / specs

Specs - Parallel ECS
https://amethyst.github.io/specs/
Apache License 2.0
2.49k stars 219 forks source link

Compilation fails due to outdated depencendy on ahash 0.7.7 #772

Closed plehmkuhl closed 7 months ago

plehmkuhl commented 7 months ago

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 https://github.com/tkaitchuck/aHash/issues/195 and https://github.com/tkaitchuck/aHash/issues/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.

Imberflur commented 7 months ago

Should be fixed now since ahash released 0.7.8