rustup: Update to version 1.25.0

This commit is contained in:
github-actions[bot] 2022-07-11 20:28:18 +00:00
parent b199ee2362
commit d4884da823

View File

@ -1,17 +1,17 @@
{ {
"version": "1.24.3", "version": "1.25.0",
"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.3/x86_64-pc-windows-gnu/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.25.0/x86_64-pc-windows-gnu/rustup-init.exe",
"hash": "5a4e8d6193f4239cd81c02350949c73b6ce4ac52839d204f9552a132b552cc41" "hash": "b9d583cf58e7ce4109414bfda816199aac85952e8bc333c57d1b9d0658b1bd1f"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/rustup/archive/1.24.3/i686-pc-windows-gnu/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.25.0/i686-pc-windows-gnu/rustup-init.exe",
"hash": "89f529d6e17d688bf5f2c2af25281da504c24830c794564287bf760c0e6e2e9b" "hash": "af709bce06cd7107986355a8410e87a13383c2c0cf5b74272eaa8370390b53b6"
} }
}, },
"installer": { "installer": {