dijo icon indicating copy to clipboard operation
dijo copied to clipboard

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

Open mrusme opened this issue 1 year ago • 2 comments

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?

mrusme avatar Jan 18 '24 17:01 mrusme

I'm running into this issue as well. Unsure how to fix.

who8mypnuts avatar Jun 25 '24 02:06 who8mypnuts