From d133463678a3816a3dda7ad7e7086c98d45bc686 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Apr 2021 16:00:24 +0000 Subject: [PATCH] rustup-msvc: Update to version 1.24.0 --- 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 aadbf6f965..1aa7e07097 100644 --- a/bucket/rustup-msvc.json +++ b/bucket/rustup-msvc.json @@ -1,17 +1,17 @@ { - "version": "1.23.1", + "version": "1.24.0", "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.23.1/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "a586cf9de3e4aa791fd5796b6a5f99ca05591ccef8bb94e53af5b69f0261fb03" + "url": "https://static.rust-lang.org/rustup/archive/1.24.0/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "a4daa5ca0c696735718fd6ab7fb7748289cfab277c093e7339871746c2e57b71" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.23.1/i686-pc-windows-msvc/rustup-init.exe", - "hash": "c1288bc054bcdb1106686d63db9527481ac823fa0ef2538b7012cfe7d0f3d307" + "url": "https://static.rust-lang.org/rustup/archive/1.24.0/i686-pc-windows-msvc/rustup-init.exe", + "hash": "4357d362864e91e4786b5a1842f1acaebed04ce8567624396f874a3e1391d2ca" } }, "installer": {