You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
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
Running
cargo install lune --locked
orcargo 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:The text was updated successfully, but these errors were encountered: