diff --git a/bucket/rustup.json b/bucket/rustup.json index dac1351344..0dc9e55b40 100644 --- a/bucket/rustup.json +++ b/bucket/rustup.json @@ -1,17 +1,17 @@ { - "version": "1.24.0", + "version": "1.24.1", "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.0/x86_64-pc-windows-gnu/rustup-init.exe", - "hash": "643e1a690b9b1ae72bc5c57cd0cd8f995be7014b7e45644ec722833beaf27efb" + "url": "https://static.rust-lang.org/rustup/archive/1.24.1/x86_64-pc-windows-gnu/rustup-init.exe", + "hash": "b07bd2b5a72e4d65a4faeb64a5e2c7c30374aca6adddd21f4ca89bd413078322" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.0/i686-pc-windows-gnu/rustup-init.exe", - "hash": "b01a3e299e30b76164ac41151ede1f62bbdbfec0778fa8e49564498285df1c03" + "url": "https://static.rust-lang.org/rustup/archive/1.24.1/i686-pc-windows-gnu/rustup-init.exe", + "hash": "4654b0dba538d75cb3791f63909bb2c15a481fec915c4cde79c3a0fcf93389bb" } }, "installer": {