Skip to content
Discussion options

You must be logged in to vote

What's happening is that for some reason cargo is pulling in two different versions of ratatui even though 0.26.3 would satisfy both our direct dependency and tui-textarea.

Try passing --locked to cargo install to use the version that is specified in Cargo.lock:

cargo install --locked --git https://github.com/rustic-rs/rustic.git rustic-rs --force

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kapitainsky
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment