rust-gnu: Update to version 1.73.0

This commit is contained in:
github-actions[bot] 2023-10-05 16:28:15 +00:00
parent f6cd9be316
commit cb63a32c74

View File

@ -1,17 +1,17 @@
{ {
"version": "1.72.1", "version": "1.73.0",
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
"homepage": "https://www.rust-lang.org", "homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
"notes": "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.", "notes": "Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.72.1-x86_64-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.73.0-x86_64-pc-windows-gnu.msi",
"hash": "b27f490dc2ea8ee35463bb18f7ee43ceab714cff539013c5edb26964f6026b18" "hash": "5830cd6bcb23d456c404fd30003b800993f421dc2dcbfbef85fb5170a4ab9e06"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.72.1-i686-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.73.0-i686-pc-windows-gnu.msi",
"hash": "4e5e75eb0c7a52c143faf85b74c77a306378623f02afd8571ccd4930b99053b3" "hash": "48e1543393cab28ef1c4e3b26573883f324d97a4d8faa619a7632267c7e747e6"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",