rust-gnu: Update to version 1.74.1

This commit is contained in:
github-actions[bot] 2023-12-07 16:27:55 +00:00
parent a4a6235a23
commit 1d0092baab

View File

@ -1,17 +1,17 @@
{ {
"version": "1.74.0", "version": "1.74.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.74.0-x86_64-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.74.1-x86_64-pc-windows-gnu.msi",
"hash": "dd1bef9fe24b523d88ca2730260053992cfb4238f3f6f36e2ff0a40ee38f7b1e" "hash": "b3e8a5b062128a1a7035798ab7877f97e4565e41fd9837610d615f079fb203a3"
}, },
"32bit": { "32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.74.0-i686-pc-windows-gnu.msi", "url": "https://static.rust-lang.org/dist/rust-1.74.1-i686-pc-windows-gnu.msi",
"hash": "dd7c5c3448195b2a46cb1c3e45a3dfc38b173108e2d2c3b6e70bc967732a89c8" "hash": "0b8f7d1860375196a1272f32fbe45a2f247bc5c2bda05ca4e719a67129a79fdb"
} }
}, },
"extract_dir": "Rust", "extract_dir": "Rust",