From 12641776b3492290027bb530dfcb9653c540e169 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:29:47 +0000 Subject: [PATCH] rustup-gnu: Update to version 1.27.1 --- bucket/rustup-gnu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rustup-gnu.json b/bucket/rustup-gnu.json index c36cc59ebc..af665d5618 100644 --- a/bucket/rustup-gnu.json +++ b/bucket/rustup-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.27.0", + "version": "1.27.1", "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", "notes": "This package defaults to using the GCC toolchain on install/update; use \"rustup set default-host\" to configure it", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.27.0/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "743bbd6b5a622ddc5c5234ce0fd3eab6ca74499a119fbf484dc55755a6a7e443" + "url": "https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "193d6c727e18734edbf7303180657e96e9d5a08432002b4e6c5bbe77c60cb3e8" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.27.0/i686-pc-windows-msvc/rustup-init.exe", - "hash": "6f9ad11abd642a7cba4ee6f386b84d56045ee12f921c5d9832913d937e0f3547" + "url": "https://static.rust-lang.org/rustup/archive/1.27.1/i686-pc-windows-msvc/rustup-init.exe", + "hash": "011185bd2bfce79f5389c19247b6e45242d17c697fe135ec6cdd23948445803a" } }, "installer": {