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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: