diff --git a/bucket/rust-gnu.json b/bucket/rust-gnu.json index f66b26eb0c..079a131fda 100644 --- a/bucket/rust-gnu.json +++ b/bucket/rust-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.74.1", + "version": "1.75.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.74.1-x86_64-pc-windows-gnu.msi", - "hash": "b3e8a5b062128a1a7035798ab7877f97e4565e41fd9837610d615f079fb203a3" + "url": "https://static.rust-lang.org/dist/rust-1.75.0-x86_64-pc-windows-gnu.msi", + "hash": "823b22d5012f8394584e84f672a84aa33156e4146dea27134efda2d954e704f1" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.74.1-i686-pc-windows-gnu.msi", - "hash": "0b8f7d1860375196a1272f32fbe45a2f247bc5c2bda05ca4e719a67129a79fdb" + "url": "https://static.rust-lang.org/dist/rust-1.75.0-i686-pc-windows-gnu.msi", + "hash": "c3287f1dae51e1e966fa62f309509c690be196ff3d22327047fd2ad1b499273b" } }, "extract_dir": "Rust",