From bb6f20d35fb57aa8bee8b7ea2b4c59a52fef902a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 29 Jul 2021 15:00:33 +0000 Subject: [PATCH] rust: Update to version 1.54.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 699d2f38c4..9810b53b23 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { - "version": "1.53.0", + "version": "1.54.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.53.0-x86_64-pc-windows-gnu.msi", - "hash": "eff8c7eea1b1b25b39226a1ff3939c5065b10074ca96e283bdc758c374a5ff90" + "url": "https://static.rust-lang.org/dist/rust-1.54.0-x86_64-pc-windows-gnu.msi", + "hash": "b349e2dbbe10e1d5f6f300cb2be54b6739de61a3becea992f476f2b2502fe9ed" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.53.0-i686-pc-windows-gnu.msi", - "hash": "360e35ddd874c3a697c3e62e6984975259b44b7a903de2049f5bfdf69bf4b137" + "url": "https://static.rust-lang.org/dist/rust-1.54.0-i686-pc-windows-gnu.msi", + "hash": "fc4bdd17ef08ff64bc11c70d7180ee7b3acaf0862c6143bbf7dfa198bfdad963" } }, "extract_dir": "Rust",