macOS build fails #1176
-
It used to work but recently I can not build it anymore. I have tried with Rust
It used to work. I am not very familiar with Rust toolchain so maybe it is some silly mistake on my end but for the same reason I do not mess up with any settings and instead trying to follow instructions to the letter always:). Have tried to clean Rust cache - |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
What's happening is that for some reason Try passing
|
Beta Was this translation helpful? Give feedback.
-
Thank you. It made a trick with only one warning:
The latest |
Beta Was this translation helpful? Give feedback.
What's happening is that for some reason
cargo
is pulling in two different versions ofratatui
even though0.26.3
would satisfy both our direct dependency andtui-textarea
.Try passing
--locked
tocargo install
to use the version that is specified inCargo.lock
: