cargo2junit icon indicating copy to clipboard operation
cargo2junit copied to clipboard

Problem with install

Open hanusek opened this issue 2 years ago • 1 comments

OS: Ubuntu 22.04

$ cargo install --locked cargo2junit
    Updating crates.io index
 Downloading crates ...
  Downloaded cargo2junit v0.1.13
  Installing cargo2junit v0.1.13
error: failed to select a version for the requirement `time = "=0.3.20"`
candidate versions found which didn't match: 0.3.15, 0.3.14, 0.3.13, ...
location searched: crates.io index
required by package `junit-report v0.7.1`
    ... which is depended on by `cargo2junit v0.1.13`

Any solutions?

hanusek avatar Jul 06 '23 10:07 hanusek

I was unable to repro on Ubuntu 22.04. Are you still seeing this @hanusek ? Any suggestions on how I might repro?

johnterickson avatar Aug 14 '23 22:08 johnterickson