From 584b17ef0d0db3bd0e06e96234637e3fa828020c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:14:14 +0000 Subject: [PATCH] rust-gnu: Update to version 1.77.2 --- bucket/rust-gnu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust-gnu.json b/bucket/rust-gnu.json index 4d57977dbf..77503f5b6c 100644 --- a/bucket/rust-gnu.json +++ b/bucket/rust-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.77.1", + "version": "1.77.2", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", "homepage": "https://www.rust-lang.org", "license": "MIT|Apache-2.0", "notes": "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.77.1-x86_64-pc-windows-gnu.msi", - "hash": "f819a152ffe95f6b65ce566472a41fe6a456156e33695fb50234418b51c74121" + "url": "https://static.rust-lang.org/dist/rust-1.77.2-x86_64-pc-windows-gnu.msi", + "hash": "1120db819ecad62625957320b57406501fba56efb0dafe3908e74af60ee5b4c5" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.77.1-i686-pc-windows-gnu.msi", - "hash": "09ab342629fce0a28361c3f2d85d287e9ac87dbea93e635540cff5048253208a" + "url": "https://static.rust-lang.org/dist/rust-1.77.2-i686-pc-windows-gnu.msi", + "hash": "8fccfb8171a81dec12841e8cadb480fe26436d3e4be2d769adf64eb448e645a5" } }, "extract_dir": "Rust",