rustup-msvc: Update to version 1.24.3

This commit is contained in:
Richard Kuhnt 2021-06-08 17:00:22 +00:00
parent 336a01bd84
commit 6b69818b3d

View File

@ -1,17 +1,17 @@
{ {
"version": "1.24.2", "version": "1.24.3",
"description": "Manage multiple rust installations with ease", "description": "Manage multiple rust installations with ease",
"homepage": "https://rustup.rs", "homepage": "https://rustup.rs",
"license": "MIT|Apache-2.0", "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", "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": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/rustup/archive/1.24.2/x86_64-pc-windows-msvc/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.24.3/x86_64-pc-windows-msvc/rustup-init.exe",
"hash": "61bf8ac84279515fce20f725c2df3e7653b42fcc40ef7b11c56634f9c245e19f" "hash": "780b445ee18bdc5a31ad6a4a63943927e5c0bba8bff664e8ecc8d5bca3906c7b"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/rustup/archive/1.24.2/i686-pc-windows-msvc/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.24.3/i686-pc-windows-msvc/rustup-init.exe",
"hash": "0503ef12d8d0aeac58f9f217c4f1f8ad0f3160eab7704105c765bf5f32559611" "hash": "33ddb81079f94150e162fa00a84a00ff4649419fce5aa54116cb4147785732d1"
} }
}, },
"installer": { "installer": {