rustup: Update to version 1.21.0

This commit is contained in:
Richard Kuhnt 2019-12-19 15:01:57 +00:00
parent 3408164f8c
commit 6a1c19f397

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://rustup.rs", "homepage": "https://rustup.rs",
"version": "1.20.2", "version": "1.21.0",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
"description": "Manage multiple rust installations with ease", "description": "Manage multiple rust installations with ease",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/rustup/archive/1.20.2/x86_64-pc-windows-gnu/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.21.0/x86_64-pc-windows-gnu/rustup-init.exe",
"hash": "85beabd0694999b36c7c6da527a5a3d92ab50b5834b1b9a3993a8243ebb71de3" "hash": "85beabd0694999b36c7c6da527a5a3d92ab50b5834b1b9a3993a8243ebb71de3"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/rustup/archive/1.20.2/i686-pc-windows-gnu/rustup-init.exe", "url": "https://static.rust-lang.org/rustup/archive/1.21.0/i686-pc-windows-gnu/rustup-init.exe",
"hash": "2632c2bc4a43f788eead0515024b8ce9b957e1816196511ef18e2dfa41db20fe" "hash": "2632c2bc4a43f788eead0515024b8ce9b957e1816196511ef18e2dfa41db20fe"
} }
}, },