rust-msvc: Update to version 1.48.0

This commit is contained in:
Richard Kuhnt 2020-11-19 15:01:47 +00:00
parent 1d81c6ec59
commit 3a9ef234c0

View File

@ -1,16 +1,16 @@
{ {
"version": "1.47.0", "version": "1.48.0",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"homepage": "https://www.rust-lang.org", "homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.47.0-x86_64-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.48.0-x86_64-pc-windows-msvc.msi",
"hash": "b586d496c5febb5ecbc944751567aed06b1e7b3704c15ac93708c831950550d4" "hash": "043fa41db366399d7c48c1ad3902d12bc72b687339c7c193891d79b1ec88b022"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.47.0-i686-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.48.0-i686-pc-windows-msvc.msi",
"hash": "5b712347dba75ed1cbe90fe01ce438f5e75524f433191427f4ba7b3d80c08ea4" "hash": "7e889486f8db20324cbab7927e3509e6f55c7d3bee951a44d332bed012ba4216"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",