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
Yeah it's not easy to combine git dependencies with dependencies from crates.io, since cargo isn't sure that they are compatible.
I think if you give a version to cursive in addition to the git value, it might help, but there's a chance you'll need to use the cursive from crates.io as well.
You might be able to patch the dependencies (see the documentation):
This setup in Cargo.toml doesn't work, I'm getting error saying that probably two versions of cursive_core are used:
[dependencies]
cursive = {git="https://github.com/gyscos/cursive.git",branch="main"}
cursive_table_view = "*"
Best Regards
The text was updated successfully, but these errors were encountered: