From c7eae08fd2cb2bad2a244bdde17dc43ef84fdcd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:29:59 +0000 Subject: [PATCH] rustup-gnu: Update to version 1.28.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 af665d5618..69f686d98e 100644 --- a/bucket/rustup-gnu.json +++ b/bucket/rustup-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.27.1", + "version": "1.28.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.1/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "193d6c727e18734edbf7303180657e96e9d5a08432002b4e6c5bbe77c60cb3e8" + "url": "https://static.rust-lang.org/rustup/archive/1.28.1/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "7b83039a1b9305b0c50f23b2e2f03319b8d7859b28106e49ba82c06d81289df6" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.27.1/i686-pc-windows-msvc/rustup-init.exe", - "hash": "011185bd2bfce79f5389c19247b6e45242d17c697fe135ec6cdd23948445803a" + "url": "https://static.rust-lang.org/rustup/archive/1.28.1/i686-pc-windows-msvc/rustup-init.exe", + "hash": "494bbeb52bd102891be4e7e5adc74eeb1c532adfdc33d51ae1aa9fd2ff5f1048" } }, "installer": {