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

failed to select a version for the requirement ahash = "^0.6" #258

Open
mrusme opened this issue Jan 18, 2024 · 0 comments · May be fixed by #259
Open

failed to select a version for the requirement ahash = "^0.6" #258

mrusme opened this issue Jan 18, 2024 · 0 comments · May be fixed by #259

Comments

@mrusme
Copy link

mrusme commented Jan 18, 2024

Maybe the cargo package could be updated to fix the following build issue so dijo remains usable:

    Updating crates.io index
  Installing dijo v0.2.7
    Updating crates.io index
error: failed to compile `dijo v0.2.7`, intermediate artifacts can be found at `/tmp/cargo-installWvweEn`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  failed to select a version for the requirement `ahash = "^0.6"`
  candidate versions found which didn't match: 0.8.7, 0.8.6, 0.8.5, ...
  location searched: crates.io index
  required by package `cursive v0.16.0`
      ... which satisfies dependency `cursive = "^0.16"` of package `dijo v0.2.7`
  perhaps a crate was updated and forgotten to be re-vendored?
@alichtman alichtman linked a pull request Feb 5, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant