While running rustup self update
, my vps ran out of space, and this seems to have put cargo and rustup into an error state.
rustup self update
, rustup self uninstall
and any cargo command, all yield the immediate error:
error: missing key: 'version'
There is now space on the machine. Is there any way to recover my rustup installation? Or uninstall and then reinstall it, given that self uninstall is also not working?