rust-msvc: Update to version 1.90.0

This commit is contained in:
github-actions[bot] 2025-09-18 16:29:36 +00:00
parent b29fa784af
commit ac6cd5ce34

View File

@ -1,5 +1,5 @@
{ {
"version": "1.89.0", "version": "1.90.0",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)", "description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"homepage": "https://www.rust-lang.org", "homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
@ -13,16 +13,16 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.89.0-x86_64-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.90.0-x86_64-pc-windows-msvc.msi",
"hash": "ec885bc7e8a04f48a9f26969ab4a3954ad43b52768e4ff0f483931b51fd65f26" "hash": "cbeff9896d8a068f09c6b776450e113540f50b10a78d3fb144c7d64fbb77fe6a"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.89.0-i686-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.90.0-i686-pc-windows-msvc.msi",
"hash": "02f3789b9379257488c450c2489ed29f9bca74458d8169a8c745a8739b55459b" "hash": "c471da9ba4e083938a061e779257246c759c06e80a944b0f229090dea26df4a4"
}, },
"arm64": { "arm64": {
"url": "https://static.rust-lang.org/dist/rust-1.89.0-aarch64-pc-windows-msvc.msi", "url": "https://static.rust-lang.org/dist/rust-1.90.0-aarch64-pc-windows-msvc.msi",
"hash": "17ca1e9a6faf43e65ad03d9d98b633e253231cb693a56bad1bf9441284ed01fb" "hash": "58aafc998f78f23c2550d6bbe61c12d116ca29dc44270eed13f875b0c02e3f87"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",