cargo-spellcheck v0.15.4 missing all linux releases
https://github.com/cargo-bins/cargo-quickinstall/releases/tag/cargo-spellcheck-0.15.4
Thanks for reporting, I will investigate it
It failed because it can't find the clang shared library despite that we have installed it.
https://github.com/cargo-bins/cargo-quickinstall/actions/runs/13942930943/job/39023504850
It might be that cargo-spellcheck asks for a newer clsng version that we have installed.
Honestly I have tried quite hard to get it to work, however I think having to link with shared libraries usually don't work well when distributing single pre-compiled binary, given that user may not have it or have installed it elsewhere
I think it would be great if cargo-spellcheck could have it vendored (build it as part of the cargo-install) and statically linked, however there doesn't seem to be any crate that do this