From 3bfb97000ddb6abd3bc9170f1651de61cd34bd04 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 27 Feb 2020 15:01:48 +0000 Subject: [PATCH] rust: Update to version 1.41.1 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 3b03fe2219..ececed4df0 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", - "version": "1.41.0", + "version": "1.41.1", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.41.0-x86_64-pc-windows-gnu.msi", - "hash": "ecfccf8b4eb02e5180a5449bf79c4e7c231c2703104fec5096c045a79318c4be" + "url": "https://static.rust-lang.org/dist/rust-1.41.1-x86_64-pc-windows-gnu.msi", + "hash": "b467ea4d96792c686887205c576dfad3777a67288b5457cd495450ae624853ae" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.41.0-i686-pc-windows-gnu.msi", - "hash": "d878eac546702afedc5616ad4a8427e0f166c6e553c98cacd710f558d0c17581" + "url": "https://static.rust-lang.org/dist/rust-1.41.1-i686-pc-windows-gnu.msi", + "hash": "b8a4f24118e79104e4a5ac94e836d83208716b0b5cb7f7e8ea2b3a4a7185e736" } }, "extract_dir": "Rust",