rust-msvc: Update to version 1.45.0

This commit is contained in:
Richard Kuhnt 2020-07-16 15:00:29 +00:00
parent 4c11464d72
commit 5729d79d98

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.rust-lang.org", "homepage": "https://www.rust-lang.org",
"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.44.1", "version": "1.45.0",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.44.1-x86_64-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.45.0-x86_64-pc-windows-msvc.msi",
"hash": "f2206566d57d1ba0cda2254e99aaa3ca99e1a43dac6a8174c7c12d199bd600c3" "hash": "e3fcf2f2a909e5f22a91def16918b1c6681eedb04eb7ee0196e2cac3e664458c"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.44.1-i686-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.45.0-i686-pc-windows-msvc.msi",
"hash": "6db471dcdd59f61711b97d91c0aeed163c1a870ac89faf9f4b9e8a3726ca7c30" "hash": "e1fc1d11ff19cc9abf92beb13bed3baf6b0070622b0fe114f370904590f4232e"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",