From 769d8e6b4e71971d13facdf141e2d85a9993e570 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 18 Jun 2020 14:00:19 +0000 Subject: [PATCH] rust: Update to version 1.44.1 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index f4751e36bb..4583b92a53 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.44.0", + "version": "1.44.1", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-gnu.msi", - "hash": "7e2fcf0ea05a3814c6ea10b416e7347113ec6a31701e4a0d4a701020591e91ae" + "url": "https://static.rust-lang.org/dist/rust-1.44.1-x86_64-pc-windows-gnu.msi", + "hash": "e28b401c9523757aefe677e6f6527a86b1dfd19156476f8724fa8f654436cef4" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-gnu.msi", - "hash": "9a5aeb018f36a8ff60b003c4cb5aaf3543b885e587e7ded8ee782cf979acf862" + "url": "https://static.rust-lang.org/dist/rust-1.44.1-i686-pc-windows-gnu.msi", + "hash": "8ae0c5a9068cdcd64b8373ff2757fabc5c2130fd1fa1bdfdd490695270eb4a20" } }, "extract_dir": "Rust",