-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cargo install fails #511
Comments
TIL: |
See also rust-lang/cargo#7169 |
Ran into this today 😠 More specifically, this is because we have a version range in
(cargo issue rust-lang/cargo#9029 ) |
I can
cargo build
the flux-lsp binary but I cannotcargo install
the binary. It seems to be releated to enabling thelsp
feature flag on the flux dependency.See the following terminal output:
The text was updated successfully, but these errors were encountered: