From f7504884ac8620c2a3ff8d2595a52662710e99da Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 16 Jul 2020 15:00:29 +0000 Subject: [PATCH] rust: Update to version 1.45.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 4583b92a53..243e50043d 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.1", + "version": "1.45.0", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.44.1-x86_64-pc-windows-gnu.msi", - "hash": "e28b401c9523757aefe677e6f6527a86b1dfd19156476f8724fa8f654436cef4" + "url": "https://static.rust-lang.org/dist/rust-1.45.0-x86_64-pc-windows-gnu.msi", + "hash": "e7602d94007e27140579077e6084bfc64a14ca1a48ba89b8645773a7b2c326fd" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.44.1-i686-pc-windows-gnu.msi", - "hash": "8ae0c5a9068cdcd64b8373ff2757fabc5c2130fd1fa1bdfdd490695270eb4a20" + "url": "https://static.rust-lang.org/dist/rust-1.45.0-i686-pc-windows-gnu.msi", + "hash": "82c6257b8974a992612cdb520e309629b9b3748fcfd0e8c46988a275d09de435" } }, "extract_dir": "Rust",