Releases: Fenex/rust-win7
1.91.1-win7
Prebuilt binaries of Rust 1.91.1 with host tools for Windows 7.
Available targets for this release:
- x86_64-win7-windows-msvc (host, default)
- i686-win7-windows-msvc
- x86_64-win7-windows-gnu
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
How to install:
- First, you need to install Rust 1.75 or earlier if you don't have yet. You can found installer here
- Unpack archive into ~/.rustup/toolchains/
- Set toolchain as default via rustup:
rustup default 1.91.1-x86_64-win7-windows-msvc - Check rustc version:
rustc -V(orrustup show)
You can get MessageBox error "cannot find api-ms-win-*.dll library" in some cases. If this happens, you can try to find this file in other installed programs on your computer and copy the file into ~/.rustup/toolchains/1.91.1-x86_64-win7-windows-msvc/bin/. Please let me know the filename if you faced with this problem and I'll add missed DLL into future release.
1.91.0-win7
Prebuilt binaries of rustc 1.91 with host tools for Windows 7.
Available targets for this release:
- x86_64-win7-windows-msvc (host, default)
- i686-win7-windows-msvc
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
How to install:
- First, you need to install Rust 1.75 or earlier if you don't have yet. You can found installer here
- Unpack archive into ~/.rustup/toolchains/
- Set toolchain as default via rustup:
rustup default 1.91.0-x86_64-win7-windows-msvc - Check rustc version:
rustc -V(orrustup show)
You can get MessageBox error "cannot find api-ms-win-*.dll library" in some cases. If this happens, you can try to find this file in other installed programs on your computer and copy the file into ~/.rustup/toolchains/1.91.0-x86_64-win7-windows-msvc/bin/. Please let me know the filename if you faced with this problem and I'll add missed DLL into future release.
UPD 19.11.25: added host tools for i686-win7-windows-msvc. This host tools is not tested by me at all, thus its may not work.
Available targets:
- i686-win7-windows-msvc (host, default)
- x86_64-win7-windows-msvc
- x86_64-win7-windows-gnu
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
1.90.0-win7
Prebuilt binaries of rustc 1.90 with host tools for Windows 7.
Available targets for this release:
- x86_64-win7-windows-msvc (host, default)
- i686-win7-windows-msvc
How to install:
- First, you need to install Rust 1.75 or earlier if you don't have yet. You can found installer here
- Unpack archive into ~/.rustup/toolchains/
- Set toolchain as default via rustup:
rustup default 1.90.0-x86_64-win7-windows-msvc - Check rustc version:
rustc -V(orrustup show)
You can get MessageBox error "cannot find api-ms-win-*.dll library" in some cases. If this happens, you can try to find this file in other installed programs on your computer and copy the file into ~/.rustup/toolchains/1.90.0-x86_64-win7-windows-msvc/bin/. Please let me know the filename if you faced with this problem and I'll add missed DLL into future release.
1.89.0-win7
Prebuilt binaries of rustc 1.89.0 with host tools for Windows 7.
Available targets for this release:
- x86_64-win7-windows-msvc (host, default)
- i686-win7-windows-msvc
- x86_64-win7-windows-gnu
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
How to install:
- First, you need to install Rust 1.75 or earlier if you don't have yet. You can found installer here
- Unpack archive into ~/.rustup/toolchains/
- Set toolchain as default via rustup:
rustup default 1.89.0-x86_64-win7-windows-msvc - Check rustc version:
rustc -V(orrustup show)
You can get MessageBox error "cannot find api-ms-win-*.dll library" in some cases. If this happens, you can try to find this file in other installed programs on your computer and copy the file into ~/.rustup/toolchains/1.89.0-x86_64-win7-windows-msvc/bin/. Please let me know the filename if you faced with this problem and I'll add missed DLL into future release.