From cb63a32c749496b620bb1a6e591a57a790038c4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:28:15 +0000 Subject: [PATCH] rust-gnu: Update to version 1.73.0 --- 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 1753ec106c..061215d2a8 100644 --- a/bucket/rust-gnu.json +++ b/bucket/rust-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.72.1", + "version": "1.73.0", "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.72.1-x86_64-pc-windows-gnu.msi", - "hash": "b27f490dc2ea8ee35463bb18f7ee43ceab714cff539013c5edb26964f6026b18" + "url": "https://static.rust-lang.org/dist/rust-1.73.0-x86_64-pc-windows-gnu.msi", + "hash": "5830cd6bcb23d456c404fd30003b800993f421dc2dcbfbef85fb5170a4ab9e06" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.72.1-i686-pc-windows-gnu.msi", - "hash": "4e5e75eb0c7a52c143faf85b74c77a306378623f02afd8571ccd4930b99053b3" + "url": "https://static.rust-lang.org/dist/rust-1.73.0-i686-pc-windows-gnu.msi", + "hash": "48e1543393cab28ef1c4e3b26573883f324d97a4d8faa619a7632267c7e747e6" } }, "extract_dir": "Rust",