rust-msvc: Update to version 1.45.1

This commit is contained in:
Richard Kuhnt 2020-07-30 19:00:32 +00:00
parent c1e7c34534
commit e17fbe63ad

View File

@ -1,16 +1,16 @@
{
"homepage": "https://www.rust-lang.org",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"version": "1.45.0",
"version": "1.45.1",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.45.0-x86_64-pc-windows-msvc.msi",
"hash": "e3fcf2f2a909e5f22a91def16918b1c6681eedb04eb7ee0196e2cac3e664458c"
"url": "https://static.rust-lang.org/dist/rust-1.45.1-x86_64-pc-windows-msvc.msi",
"hash": "8dabad9047d1204967a84e81912bf891f7a425dc84cfaef637cc258d4ee50f87"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.45.0-i686-pc-windows-msvc.msi",
"hash": "e1fc1d11ff19cc9abf92beb13bed3baf6b0070622b0fe114f370904590f4232e"
"url": "https://static.rust-lang.org/dist/rust-1.45.1-i686-pc-windows-msvc.msi",
"hash": "7b8237033fd4efa17c1ed23677fc72da559b272fb24965272e35636ec9489217"
}
},
"extract_dir": "Rust",