mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
5775c9ec5f
Update rust-installer for Windows executable mode It now marks a few whitelisted extensions as executable in the tarball, so Windows packages can be extracted on other platforms and directly execute install.sh. It also includes a fix for the chmod on bulk dirs, so now the html docs won't be marked executable en masse. Fixes #42121 r? @alexcrichton