Closed sanpii closed 3 years ago
It seems you are using an old cargo-udeps version. StrErr has been removed a long time ago I think. I think running cargo install cargo-udeps
to update the installed version should fix it.
The AUR package seems to fetch the latest cargo-udeps. Try updating the package.
❯ yay -Su cargo-udeps
Oh I missed that they got it from AUR. Yeah of course then it's better to keep using the package. I checked the AUR website, they seem to have packaged the latest version.
Thank you for your help. I found the guilty in my cargo home (probably an old cargo install
artefact).
Hello,
When I run the installed version of
cargo-udeps
(from archlinux package) it fails:But it works when I run the same version from sources:
What did I miss?