From 0c88d4a45bebf0c01baa446814a2d3a44babaca5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 17 May 2021 14:00:23 +0000 Subject: [PATCH] rustup-msvc: Update to version 1.24.2 --- bucket/rustup-msvc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rustup-msvc.json b/bucket/rustup-msvc.json index cab44c4e45..3506dae4dc 100644 --- a/bucket/rustup-msvc.json +++ b/bucket/rustup-msvc.json @@ -1,17 +1,17 @@ { - "version": "1.24.1", + "version": "1.24.2", "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", "notes": "To use the MSVC ABI without Visual Studio 2015 (or higher) installed, you will need the Visual Studio 2017 Build Tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.1/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "7e0f93cfe5d007092a7b772d027e5e16d43d610e10c82b6fbf6b02dbdc036c93" + "url": "https://static.rust-lang.org/rustup/archive/1.24.2/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "61bf8ac84279515fce20f725c2df3e7653b42fcc40ef7b11c56634f9c245e19f" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.1/i686-pc-windows-msvc/rustup-init.exe", - "hash": "cefd048a2fe4f1cdbd64fee4437e4097ec6bb3db4331456584bebcd42af87484" + "url": "https://static.rust-lang.org/rustup/archive/1.24.2/i686-pc-windows-msvc/rustup-init.exe", + "hash": "0503ef12d8d0aeac58f9f217c4f1f8ad0f3160eab7704105c765bf5f32559611" } }, "installer": {