{ "version": "1.73.0", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", "homepage": "https://www.rust-lang.org", "license": "MIT|Apache-2.0", "notes": [ "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.", "According to https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows", "Microsoft C++ Build Tools is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/", "When installing build tools, these two components should be selected:", "- MSVC - VS C++ x64/x86 build tools", "- Windows SDK" ], "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.73.0-x86_64-pc-windows-msvc.msi", "hash": "f09ad46b79fb92e778755d2c6a5e9d2cb69f61b4bc13f8f8e75ac96279e4dfbe" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.73.0-i686-pc-windows-msvc.msi", "hash": "97f44bd341b2fadd252881cb5594d3ebe333ea7e04ff609bb168f809d987eb9c" }, "arm64": { "url": "https://static.rust-lang.org/dist/rust-1.73.0-aarch64-pc-windows-msvc.msi", "hash": "3833b86594603e505723e22aacf958841fac175e1de498e2a73275040803a4bc" } }, "extract_dir": "Rust", "bin": [ "bin\\rustc.exe", "bin\\rustdoc.exe", "bin\\cargo.exe" ], "checkver": { "url": "https://www.rust-lang.org/", "regex": "Version ([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi" }, "arm64": { "url": "https://static.rust-lang.org/dist/rust-$version-aarch64-pc-windows-msvc.msi" } }, "hash": { "url": "$url.sha256" } } }