-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems compiling on macOS: “perhaps two different versions of crate tui
are being used”
#208
Comments
Probably related to ratatui/ansi-to-tui@884b173 Not sure why though, I pin every dependency and so it shouldn't have affected xplr. |
Weird it installs |
I see, as per https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio |
@atroche The issue seems to be fixed. Can you try again? |
#208 should never happen again. This added check will notify me if `xplr` compilation starts failing.
#208 should never happen again. This added check will notify me if `xplr` compilation starts failing.
that fixed it :) thanks! |
For future reference, make sure to always use |
Thanks... It was a surprise coming from poetry. I thought it was |
Surprisingly in quite a few languages |
Wait there's no change.
|
Oh that's user-side command. I'll document it. |
Yeah exactly, you already have some dependencies cached, so probably cargo is not downloading anything, but if I install or build xplr on a clean machine and cargo needs to download something, having |
I'd also recommend using this flag in CI, for consistency :) |
Here's the output of
cargo install --force xplr
: https://gist.github.com/atroche/82de1ee6aafa1c4f6cc125829caa7306macOS 10.15.17
rustc 1.52.1
cargo 1.52.0
The text was updated successfully, but these errors were encountered: