citiesapp-frontend:
Executing cargoBuildHook
cargoBuildHook flags: -j 16 --target x86_64-unknown-linux-gnu --offline --profile release
error: failed to select a …
citiesapp-frontend:
Executing cargoBuildHook
cargoBuildHook flags: -j 16 --target x86_64-unknown-linux-gnu --offline --profile release
error: failed to select a version for the requirement `reqwest = "^0.13"`
candidate versions found which didn't match: 0.12.28
location searched: directory source `/build/cargo-vendor-dir` (which is replacing registry `crates-io`)
required by package `citiesapp-frontend v0.1.0 (/build/lbj1imxyc9p32gf01cag0jqkliz4038f-source)`
perhaps a crate was updated and forgotten to be re-vendored?
As a reminder, you're using offline mode (--offline) which can sometimes cause surprising resolution failures, if this error is too confusing you may wish to retry without `--offline`.
|