We faced issues with a few people where they couldn't use even old copies of rust-g because of obscure "The specific procedure could not be found" errors. Eventually they had to install vcredist AND restart their computer before it was fixed.
We should statically link vcredist to stop errors like these.
We faced issues with a few people where they couldn't use even old copies of rust-g because of obscure "The specific procedure could not be found" errors. Eventually they had to install vcredist AND restart their computer before it was fixed.
We should statically link vcredist to stop errors like these.
You just need this in .cargo/config.toml:
(Also reminder to fix #86)