-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
404 for prebuilt CLI binaries #555
Comments
For the first issue, see #542. I ran into that yesterday too lol. |
Ah great that it's already known :) I searched for similar open issues but didn't find that one |
Same yeah no worries. |
Duplicate of #542 |
This still seems like an unresolved issue? Not sure though. |
We're working on the next release, let's wait for a while to confirm instead. |
I just tried again after updating to new nightly and got 3 warnings that Related issue in the aHash repo suggests that this has been fixed with ahash v0.8.7 and the fix backported to 0.7 via v0.7.8: tkaitchuck/aHash#200 |
This last part will be fixed by #556. |
Issue
When trying to download any prebuilt binary from the links listed in the
Binary Releases
section of the installation guide (for example Linux (x86_64)) I'm getting 404s.The source build for the full version also doesn't work for me (running nightly rust 1.78.0 on current pop_OS). I tried
cargo install taplo-cli --locked --features lsp
which fails witherror[E0635]: unknown feature stdsimd
when trying to buildahash
.Workaround
As a workaround I was able to download the current release and manually build + install it using
cargo install --path . --features lsp
fromcrates/taplo-cli
.The text was updated successfully, but these errors were encountered: