{ "version": "1.68.2", "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.68.2-x86_64-pc-windows-gnu.msi", "hash": "eb6a7631be1018f5701384cf84fb81369eb71a84be3ee9b8b202fac8df62246d" }, "32bit": { "url": "https://static.rust-lang.org/dist/rust-1.68.2-i686-pc-windows-gnu.msi", "hash": "ae8c682269b162bd191f149a4fc5d1ccb0e0846f2399e0d1cbd0d5e747d14417" } }, "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" } } }