diff --git a/bucket/rust-gnu.json b/bucket/rust-gnu.json index 5fbc7e6d8c..2e501e2169 100644 --- a/bucket/rust-gnu.json +++ b/bucket/rust-gnu.json @@ -1,17 +1,17 @@ { - "version": "1.92.0", + "version": "1.93.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.92.0-x86_64-pc-windows-gnu.msi", - "hash": "899c79a6a68c59470d5f721ae90718f83cabd613e0a7fb595fe87ab6429a0fc6" + "url": "https://static.rust-lang.org/dist/rust-1.93.0-x86_64-pc-windows-gnu.msi", + "hash": "080d1705adb62944bb46bb87f603735fbd63407f6034e7f27622cf86abba3e23" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.92.0-i686-pc-windows-gnu.msi", - "hash": "95a4922605093c67f6527c44c0e982026727b38a1e25979fcd8b2b0ff9cc7968" + "url": "https://static.rust-lang.org/dist/rust-1.93.0-i686-pc-windows-gnu.msi", + "hash": "65571e4c76403617ddfd9445701a86b8ae6cb33f5dd367d549f3ca9bb1f7064c" } }, "extract_dir": "Rust",