rust-gnu: Update to version 1.72.1

This commit is contained in:
github-actions[bot] 2023-09-19 16:27:42 +00:00
parent 207176180b
commit 893c435f5b

View File

@ -1,17 +1,17 @@
{ {
"version": "1.72.0", "version": "1.72.1",
"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.0-x86_64-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.72.1-x86_64-pc-windows-gnu.msi",
"hash": "dfe299775511b66b7c5b285c89c87e8b3d372071b252b42af59133d023f254c0" "hash": "b27f490dc2ea8ee35463bb18f7ee43ceab714cff539013c5edb26964f6026b18"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.72.0-i686-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.72.1-i686-pc-windows-gnu.msi",
"hash": "e68bfb33e0f9de3885c94883857ccbd9dfa9a1e369ed3969a2e0b593db992a86" "hash": "4e5e75eb0c7a52c143faf85b74c77a306378623f02afd8571ccd4930b99053b3"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",