You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix path to rustup.exe and rustup-init.exe on self-update
Before this commit, path to 'setup' file on Windows is something like:
```
C:\Users\runneradmin\.cargo\bin/rustup-init.exe
```
This commit fixes the path as follows:
```
C:\Users\runneradmin\.cargo\bin\rustup-init.exe
```
0 commit comments