Skip to content
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

Cannot install Lune through cargo #58

Closed
Ukendio opened this issue Jun 20, 2023 · 3 comments
Closed

Cannot install Lune through cargo #58

Ukendio opened this issue Jun 20, 2023 · 3 comments
Labels
bug Something isn't working external Issue depends on external factors

Comments

@Ukendio
Copy link

Ukendio commented Jun 20, 2023

Running cargo install lune --locked or cargo install lune@0.7.1 doesn't work, instead if spews out the error message that it contains no binaries in the registry, image attached below:

image

@filiptibell filiptibell added the bug Something isn't working label Jun 20, 2023
@filiptibell
Copy link
Collaborator

Some additional context on this - our workflow for publishing to crates.io has been broken since we switched to using cargo workspaces and path dependencies (relevant issue), so this is unfortunately not a straightforward thing to fix, but in the meantime you can still install using cargo perfectly fine by specifying the git option:

cargo install --git https://github.com/filiptibell/lune.git

@filiptibell filiptibell added the external Issue depends on external factors label Jul 20, 2023
@filiptibell
Copy link
Collaborator

I went ahead and restructured lune and got rid of our usage of cargo workspaces in 6899945 , once rbx-dom makes new releases and we no longer depend on them as git dependencies we can publish to crates.io again

@filiptibell
Copy link
Collaborator

Version 0.7.6 can now be installed directly using cargo install lune 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external Issue depends on external factors
Projects
None yet
Development

No branches or pull requests

2 participants