cargo2junit
cargo2junit copied to clipboard
Problem with install
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?
I was unable to repro on Ubuntu 22.04. Are you still seeing this @hanusek ? Any suggestions on how I might repro?