From 0b490fbc971e10d13a35e1267019e1ca4632e21f Mon Sep 17 00:00:00 2001 From: guillermooo Date: Sat, 20 Jun 2015 01:38:24 +0200 Subject: [PATCH] update rust manifest --- rust.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/rust.json b/rust.json index 40e4a4cc5d..cf27e3b6f4 100644 --- a/rust.json +++ b/rust.json @@ -1,14 +1,13 @@ { "homepage": "http://www.rust-lang.org", - "version": "0.11.0", + "version": "1.0.0", "license": "MIT/Apache 2.0", - "depends": "gcc45", - "url": "http://static.rust-lang.org/dist/rust-0.11.0-install.exe", - "hash": "fb253072ba5373eb0af388f63e51122af9dd13379d762ca4100ee7334dbec9d2", - "innosetup": true, + "url": "https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi", + "hash": "530DB0D340F2A7392B1CDD441CBC1E7176CE9C35EF161857E62C11185E1B14C2", "bin": [ - "bin\\rustc.exe", - "bin\\rustdoc.exe" + "Rust\\bin\\rustc.exe", + "Rust\\bin\\rustdoc.exe", + "Rust\\bin\\cargo.exe" ], "checkver": "

Docs \\(([0-9\\.]+)\\)

" }