tarka / xcp

An extended `cp`
GNU General Public License v3.0
746 stars 24 forks source link

`cargo install xcp` fails #49

Closed virtualritz closed 9 months ago

virtualritz commented 9 months ago
❯ cargo install xcp          
    Updating crates.io index
  Installing xcp v0.18.0
    Updating crates.io index
error: failed to compile `xcp v0.18.0`, intermediate artifacts can be found at `/tmp/cargo-installwC4pO8`.
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 `libxcp = "^0.1.0"`
  candidate versions found which didn't match: 0.18.0
  location searched: crates.io index
  required by package `xcp v0.18.0`
  perhaps a crate was updated and forgotten to be re-vendored?
tarka commented 9 months ago

Sorry, dependency mismatch. I've pushed a new version which should work.