amethyst / specs

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

ahash 7.5 dep yanked #769

Closed juliusl closed 7 months ago

juliusl commented 10 months ago

Description

A clear and concise description of what the bug is.

error: failed to select a version for the requirement `ahash = "^0.7.6"`
candidate versions found which didn't match: 0.8.5, 0.8.4, 0.4.1, ...
location searched: crates.io index
required by package `specs v0.20.0`

https://crates.io/crates/ahash/versions -- 7.5 is yanked

Related: https://github.com/tkaitchuck/aHash/issues/174

Meta

Rust version: Specs version / commit: Operating system:

Reproduction

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Imberflur commented 10 months ago

It looks like a 0.7.7 was published. Does this still fail to select a version?

juliusl commented 10 months ago

@Imberflur yeah the 0.7.7 backport fixed things