Use the cargo-config binary directly instead of through cargo
In newer nightlies, cargo config
is added as a core subcommand, but it's not backwards-compatible with the userspace cargo config
command: https://github.com/rust-lang/cargo/issues/9301