From 5302484b8631af166b9b52a472410fbbdbd53070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 16:30:38 +0000 Subject: [PATCH] rust: Update to version 1.64.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index 905c84d3e8..8aa74d2a95 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { - "version": "1.63.0", + "version": "1.64.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", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.63.0-x86_64-pc-windows-gnu.msi", - "hash": "e38dc71542a8976e6afca43579c82f8e3ee363cd5e380ce630401e26f868af2a" + "url": "https://static.rust-lang.org/dist/rust-1.64.0-x86_64-pc-windows-gnu.msi", + "hash": "8efd5246ff7adedb24914028bed38c16c80c1ca1416ecad7114d0875afda39d8" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.63.0-i686-pc-windows-gnu.msi", - "hash": "2268c802e709b0beba99f47a384f840d4bbc631642cdd06b9f6c25d8832ac966" + "url": "https://static.rust-lang.org/dist/rust-1.64.0-i686-pc-windows-gnu.msi", + "hash": "0046553d61f52b254b0d4f0b438d8ac36909be166f9be94039f3cbeff5fd08d3" } }, "extract_dir": "Rust",