From 26ff9e78d29155e2bfbd76841276673da73fb90d Mon Sep 17 00:00:00 2001 From: Jamison Greeley Date: Tue, 27 Oct 2015 17:23:29 -0600 Subject: [PATCH] Updates Rust to 1.3.0 --- rust.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/rust.json b/rust.json index 904fdf9c9f..1c71ce2f62 100644 --- a/rust.json +++ b/rust.json @@ -1,9 +1,17 @@ { "homepage": "http://www.rust-lang.org", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT/Apache 2.0", - "url": "https://static.rust-lang.org/dist/rust-1.2.0-x86_64-pc-windows-gnu.msi", - "hash": "0E148DB672EB489E8C977C75189C17E33E362CDFA11F3295ADB1F4989C58820B", + "architecture": { + "32bit": { + "url": "https://static.rust-lang.org/dist/rust-1.3.0-i686-pc-windows-gnu.msi", + "hash": "711aff8d9b130f9dcaeb6fcc23066405a8db177f70d91a7689c80d0d220311b6" + }, + "64bit": { + "url": "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-pc-windows-gnu.msi", + "hash": "44a3acf40bb860fcbd152cf4bf5ad5f4a5224d451cbf5daa518d5c2907722729" + } + }, "bin": [ "Rust\\bin\\rustc.exe", "Rust\\bin\\rustdoc.exe",