diff --git a/bucket/rustup.json b/bucket/rustup.json index 0dc9e55b40..5891976148 100644 --- a/bucket/rustup.json +++ b/bucket/rustup.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-gnu/rustup-init.exe", - "hash": "b07bd2b5a72e4d65a4faeb64a5e2c7c30374aca6adddd21f4ca89bd413078322" + "url": "https://static.rust-lang.org/rustup/archive/1.24.2/x86_64-pc-windows-gnu/rustup-init.exe", + "hash": "eab20dd3400c5aa79fdf7cc4cf0d3cc687682da8a1d59858e2616f5b426d850f" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.1/i686-pc-windows-gnu/rustup-init.exe", - "hash": "4654b0dba538d75cb3791f63909bb2c15a481fec915c4cde79c3a0fcf93389bb" + "url": "https://static.rust-lang.org/rustup/archive/1.24.2/i686-pc-windows-gnu/rustup-init.exe", + "hash": "279aaf44617d9f10f1c2fcf960ce94ec1e8c4ea7b83d84aa231fc1afa4cdd92e" } }, "installer": {