From 5496749a36cea3e0133fe45975131361f7476798 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 20:27:02 +0000 Subject: [PATCH] rust: Update to version 1.59.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index b48f587fb2..775ca292ea 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { - "version": "1.58.1", + "version": "1.59.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.58.1-x86_64-pc-windows-gnu.msi", - "hash": "0130512c652ffc9d61a84c209a4b565fc555e093a56d7a307dc6af82d09bbf40" + "url": "https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msi", + "hash": "194e21b460063099a3b0fcf53c317161c9cab7ebbb0713a49c4a07d06190ad88" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.58.1-i686-pc-windows-gnu.msi", - "hash": "544fd90dd44ed746d93a58745d792d2cf26df77b194f4544c2c072d1b62d26e7" + "url": "https://static.rust-lang.org/dist/rust-1.59.0-i686-pc-windows-gnu.msi", + "hash": "61629b260d4f7442a2035e59b808345f7e993fc5ea07410e255d0c9cfafec7df" } }, "extract_dir": "Rust",