New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/issues/34889#issuecomment-1161385266 Comment: Probably can be closed. One thing that might still be worth mentioning is that xlint requires specific versions by now, so the solution suggested here has to be adapted slightly: ``` cargo update --package autocfg:1.0.1 --precise 1.1.0 cargo update --package autocfg:0.1.7 --precise 0.1.8 ``` The advantage here is that the specific version to update from and to ensures that cargo loudly complains if we update the package and the fix isn't required anymore, to not drag those fixes along for any longer than necessary