rust-msvc: Update to version 1.50.0

This commit is contained in:
Richard Kuhnt 2021-02-11 15:00:25 +00:00
parent c950ca4b3f
commit 0d66634371

View File

@ -1,16 +1,16 @@
{
"version": "1.49.0",
"version": "1.50.0",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.49.0-x86_64-pc-windows-msvc.msi",
"hash": "eebeff39ecd8ae39e345dcecbcced631a27f3f3616e109ac3150c1fe2c3abbdc"
"url": "https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-msvc.msi",
"hash": "c38eb865683b9fcdd12ba0cb9a3dba746694b0e00083739080381cc909aee5fe"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.49.0-i686-pc-windows-msvc.msi",
"hash": "1f54e748329dad4aaeb9b34a3a3a717c24a07bbd87a9fe86ff688ada8e4257af"
"url": "https://static.rust-lang.org/dist/rust-1.50.0-i686-pc-windows-msvc.msi",
"hash": "a0a1e940360a6a48d45e4053c15081e38938c04362d53249f96523b5d1a94fc7"
}
},
"extract_dir": "Rust",