rust-msvc: Update to version 1.45.2

This commit is contained in:
Jakub Čábera 2020-08-03 17:28:47 +02:00
parent c3f88ccb5f
commit a616b5c515

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.rust-lang.org", "version": "1.45.2",
"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)",
"version": "1.45.1", "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.45.1-x86_64-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.45.2-x86_64-pc-windows-msvc.msi",
"hash": "8dabad9047d1204967a84e81912bf891f7a425dc84cfaef637cc258d4ee50f87" "hash": "2f59d0034a186e99966ee684ff64fd4b2514a79a68b16ce873c4fbe522ec73f6"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.45.1-i686-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.45.2-i686-pc-windows-msvc.msi",
"hash": "7b8237033fd4efa17c1ed23677fc72da559b272fb24965272e35636ec9489217" "hash": "888718a10b0c7352a08cd853ee2daa390c077f1904b56cf3668ec3c5e875296c"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",