diff --git a/bucket/rustup.json b/bucket/rustup.json index 1584613df5..49ac7cd489 100644 --- a/bucket/rustup.json +++ b/bucket/rustup.json @@ -1,17 +1,17 @@ { - "version": "1.24.3", + "version": "1.25.0", "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", "notes": "To use the MSVC ABI without Visual Studio 2015 (or higher) installed, you will need the Visual Studio 2017 Build Tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.3/x86_64-pc-windows-gnu/rustup-init.exe", - "hash": "5a4e8d6193f4239cd81c02350949c73b6ce4ac52839d204f9552a132b552cc41" + "url": "https://static.rust-lang.org/rustup/archive/1.25.0/x86_64-pc-windows-gnu/rustup-init.exe", + "hash": "b9d583cf58e7ce4109414bfda816199aac85952e8bc333c57d1b9d0658b1bd1f" }, "32bit": { - "url": "https://static.rust-lang.org/rustup/archive/1.24.3/i686-pc-windows-gnu/rustup-init.exe", - "hash": "89f529d6e17d688bf5f2c2af25281da504c24830c794564287bf760c0e6e2e9b" + "url": "https://static.rust-lang.org/rustup/archive/1.25.0/i686-pc-windows-gnu/rustup-init.exe", + "hash": "af709bce06cd7107986355a8410e87a13383c2c0cf5b74272eaa8370390b53b6" } }, "installer": {