rust: Update to version 1.50.0

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

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. (GNU toolchain)", "description": "A language empowering everyone to build reliable and efficient software. (GNU 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.49.0-x86_64-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-gnu.msi",
"hash": "bc2a685767a91d2d2bf6831350c733fb0d7293d12b4650f0dcd7e3cc9c302d81" "hash": "f386733a31cf36cdd06613bc6d0607a410627c854736288301302c7170e8705a"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.49.0-i686-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.50.0-i686-pc-windows-gnu.msi",
"hash": "e9085a623a5de4aea261dda1224877504184f7517d4e7540d2f1a28241c0766b" "hash": "7b8a11f77af87d44ee30e4331ef699bb6e618242532d2dc9b6e2408920e90776"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",