From aaa34eacc1b672b3a08495dc56fcbb1836eddabf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 08:27:22 +0000 Subject: [PATCH] rustup-gnu: Update to version 1.25.2 --- 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 011b099a12..450e7ed84b 100644 --- a/bucket/rustup-gnu.json +++ b/bucket/rustup-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.25.1", + "version": "1.25.2", "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.25.1/x86_64-pc-windows-msvc/rustup-init.exe", - "hash": "2220ddb49fea0e0945b1b5913e33d66bd223a67f19fd1c116be0318de7ed9d9c" + "url": "https://static.rust-lang.org/rustup/archive/1.25.2/x86_64-pc-windows-msvc/rustup-init.exe", + "hash": "f7ddacce04969a59f7080a64c466b936d7c2ae661b4fda44be8fe54aac0972ec" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.25.1/i686-pc-windows-msvc/rustup-init.exe", - "hash": "79442f66a969a504febda49ee9158a90ad9e94913209ccdca3c22ef86d635c31" + "url": "https://static.rust-lang.org/rustup/archive/1.25.2/i686-pc-windows-msvc/rustup-init.exe", + "hash": "1fd95ff35e7383c5bd3b5f01c038e9be818e0a00f5a3a70afeaa2185bb585e90" } }, "installer": {