oppiliappan / dijo

scriptable, curses-based, digital habit tracker
MIT License
2.8k stars 65 forks source link

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

Open mrusme opened 6 months ago

mrusme commented 6 months ago

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?
who8mypnuts commented 4 weeks ago

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