From deaab01b11ca19d4eb9c36f34afcbf9c09b66f4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:28:04 +0000 Subject: [PATCH] rust: Update to version 1.58.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 002f234cf9..db4f40bfd2 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { - "version": "1.57.0", + "version": "1.58.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.57.0-x86_64-pc-windows-gnu.msi", - "hash": "ba9d2b3124a657eb915b108d9a15dcf3bb42ab278fcb62721c41aaa08808d3fe" + "url": "https://static.rust-lang.org/dist/rust-1.58.0-x86_64-pc-windows-gnu.msi", + "hash": "a7837933976920fbf3d1a9fffe2970f162ae8d1a743c4a4a311beecbf3d6bcd7" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.57.0-i686-pc-windows-gnu.msi", - "hash": "d05fad159f7259982abd39ba77de8f19eee255f9cd1f07197395515feaa90f2b" + "url": "https://static.rust-lang.org/dist/rust-1.58.0-i686-pc-windows-gnu.msi", + "hash": "58a9677994182bf3fe84d1985e2bab290614f8fa430ea6b0eb80e1dc26664047" } }, "extract_dir": "Rust",