From 68b8a647f47ed054c2773e9ffc776bcf26176d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 31 Dec 2020 15:56:06 +0100 Subject: [PATCH] rust: Update to version 1.49.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 517a178fe4..7d2daa628c 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { - "version": "1.48.0", + "version": "1.49.0", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", "homepage": "https://www.rust-lang.org", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.48.0-x86_64-pc-windows-gnu.msi", - "hash": "32a0cb813fb59759ea8506e23581e6b122f3db0554b7ea06afc38133b4f426df" + "url": "https://static.rust-lang.org/dist/rust-1.49.0-x86_64-pc-windows-gnu.msi", + "hash": "bc2a685767a91d2d2bf6831350c733fb0d7293d12b4650f0dcd7e3cc9c302d81" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.48.0-i686-pc-windows-gnu.msi", - "hash": "0e8c1796a919993ec3777e528ae25fa4f0651e56d10926987f6d54f5368fb3cc" + "url": "https://static.rust-lang.org/dist/rust-1.49.0-i686-pc-windows-gnu.msi", + "hash": "e9085a623a5de4aea261dda1224877504184f7517d4e7540d2f1a28241c0766b" } }, "extract_dir": "Rust",