From 35c3319797dbd9229e692b9c0866785850ff2397 Mon Sep 17 00:00:00 2001 From: Pablo Crivella Date: Mon, 4 Aug 2014 08:05:16 -0400 Subject: [PATCH] Update rust to 0.11.0 --- rust.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust.json b/rust.json index fda16cf963..40e4a4cc5d 100644 --- a/rust.json +++ b/rust.json @@ -1,14 +1,14 @@ { "homepage": "http://www.rust-lang.org", - "version": "0.10", + "version": "0.11.0", "license": "MIT/Apache 2.0", "depends": "gcc45", - "url": "http://static.rust-lang.org/dist/rust-0.10-install.exe", - "hash": "ee7ea67845f5dd3b545b225135cca21fa5786baef4ab03f9f996f2e72bf40c6e", + "url": "http://static.rust-lang.org/dist/rust-0.11.0-install.exe", + "hash": "fb253072ba5373eb0af388f63e51122af9dd13379d762ca4100ee7334dbec9d2", "innosetup": true, "bin": [ "bin\\rustc.exe", "bin\\rustdoc.exe" ], "checkver": "

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

" -} \ No newline at end of file +}