diff --git a/bucket/rust-gnu.json b/bucket/rust-gnu.json index 210a6e64cb..477936a1af 100644 --- a/bucket/rust-gnu.json +++ b/bucket/rust-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.68.1", + "version": "1.68.2", "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.68.1-x86_64-pc-windows-gnu.msi", - "hash": "8a7c79c712d58df460650ec1e7c1041cd50753d6f9576ba3c64138733a502aad" + "url": "https://static.rust-lang.org/dist/rust-1.68.2-x86_64-pc-windows-gnu.msi", + "hash": "eb6a7631be1018f5701384cf84fb81369eb71a84be3ee9b8b202fac8df62246d" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.68.1-i686-pc-windows-gnu.msi", - "hash": "d0c1755e14a3319488d3324a6c6e4e6b450317fdf4ce7a7c2a73730e730a913a" + "url": "https://static.rust-lang.org/dist/rust-1.68.2-i686-pc-windows-gnu.msi", + "hash": "ae8c682269b162bd191f149a4fc5d1ccb0e0846f2399e0d1cbd0d5e747d14417" } }, "extract_dir": "Rust",