From 16a54a84efca8cd5dbb9c79ab5a682687ddcaaa1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Aug 2019 15:00:26 +0000 Subject: [PATCH] rust: Update to version 1.37.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 861c5cfd78..1a2300ac18 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { "homepage": "https://www.rust-lang.org", - "version": "1.36.0", + "version": "1.37.0", "license": "MIT|Apache-2.0", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.36.0-x86_64-pc-windows-gnu.msi", - "hash": "456007f8d4cfd791a6b3e2e021c851bbf8437ebcfee1eebd8c11da306efccd95" + "url": "https://static.rust-lang.org/dist/rust-1.37.0-x86_64-pc-windows-gnu.msi", + "hash": "21cbc27e3b8c4f8cab5e5c9ac6c4d373d8ac93276eb80ec2a1edeb1e3187e6ee" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.36.0-i686-pc-windows-gnu.msi", - "hash": "f241600af411d2021e2125f7b94be6609c57953924293a5264b97f4400b6e814" + "url": "https://static.rust-lang.org/dist/rust-1.37.0-i686-pc-windows-gnu.msi", + "hash": "52a113a1c2efa76c6168437d54ef4cbe734ce26b82ab0e71c16f82b344bef8a2" } }, "extract_dir": "Rust",