New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/issues/34889#issuecomment-1046325116 Comment: If it's just updating autocfg to 1.1.0 in the deps, `cargo update --package autocfg --precise 1.1.0` should do it, no need to actually write patches for that. https://github.com/void-linux/void-packages/pull/35490/files#diff-6e15b2c2a57581f8262281a6d3343049c12e4de3c59ec1455fc8bb8027846d15R16-R18 is running that line in `post_patch`, which locally made cross compiling to aarch64 work for gitui locally. Let's see how that does for the other packages and other architectures in CI.