From dfd13bfb99dc33c660575e849daa7104ac397464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 00:34:08 +0000 Subject: [PATCH] rustup: Update to version 1.25.1 --- bucket/rustup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rustup.json b/bucket/rustup.json index 49ac7cd489..c628dee8b9 100644 --- a/bucket/rustup.json +++ b/bucket/rustup.json @@ -1,17 +1,17 @@ { - "version": "1.25.0", + "version": "1.25.1", "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", "notes": "To use the MSVC ABI without Visual Studio 2015 (or higher) installed, you will need the Visual Studio 2017 Build Tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.25.0/x86_64-pc-windows-gnu/rustup-init.exe", - "hash": "b9d583cf58e7ce4109414bfda816199aac85952e8bc333c57d1b9d0658b1bd1f" + "url": "https://static.rust-lang.org/rustup/archive/1.25.1/x86_64-pc-windows-gnu/rustup-init.exe", + "hash": "f7367ca97f4b0e4d1f34181bcb68599099134c608bcf10257b4f64e6770395a6" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.25.0/i686-pc-windows-gnu/rustup-init.exe", - "hash": "af709bce06cd7107986355a8410e87a13383c2c0cf5b74272eaa8370390b53b6" + "url": "https://static.rust-lang.org/rustup/archive/1.25.1/i686-pc-windows-gnu/rustup-init.exe", + "hash": "e463cca92bd26e89c7ef79880e68309482cde3cc62f166a2d3c785ea9a09d7cd" } }, "installer": {