You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR src/main.rs:1289:
0: `cargo metadata` exited with an error: error: failed to select a version for `backtrace`.
... required by package `color-eyre v0.6.0`
... which satisfies dependency `color-eyre = "^0.6"` of package `kinode_process_lib v0.9.6`
... which satisfies dependency `kinode_process_lib = "^0.9.6"` (locked to 0.9.6) of package `dial-test v0.1.0 (/Users/fresh/us/mrmcmuffin/TEMP/dial/test/dial-test/dial-test)`
versions that meet the requirements `^0.3.48` (locked to 0.3.74) are: 0.3.74
the package `color-eyre` depends on `backtrace`, with features: `gimli-symbolize` but `backtrace` does not have these features.
failed to select a version for `backtrace` which could resolve this conflict
0:
Location:
src/build/mod.rs:737
This is fixed by removing Cargo.lock and building again.
Can we detect this and auto-remove Cargo.lock?
Is this a desirable behavior?
If not, can we give user a more helpful error message?
The text was updated successfully, but these errors were encountered:
Describe the bug
This is fixed by removing
Cargo.lock
and building again.Cargo.lock
?The text was updated successfully, but these errors were encountered: