{ "version": "1.74.1", "description": "A language empowering everyone to build reliable and efficient software. (GNU 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.", "architecture": { "64bit": { "url": "https://static.rust-lang.org/dist/rust-1.74.1-x86_64-pc-windows-gnu.msi", "hash": "b3e8a5b062128a1a7035798ab7877f97e4565e41fd9837610d615f079fb203a3" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.74.1-i686-pc-windows-gnu.msi", "hash": "0b8f7d1860375196a1272f32fbe45a2f247bc5c2bda05ca4e719a67129a79fdb" } }, "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-gnu.msi" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi" } }, "hash": { "url": "$url.sha256" } } }