Skip to content

Commit

Permalink
rust: Update to version 1.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent c93fa38 commit 6cd74d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/rust.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.84.0",
"version": "1.84.1",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0",
Expand All @@ -13,16 +13,16 @@
],
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.84.0-x86_64-pc-windows-msvc.msi",
"hash": "e0969313a991bcab4058dc1310a6701f3e175fbc57a8e1271c9993311fa84f31"
"url": "https://static.rust-lang.org/dist/rust-1.84.1-x86_64-pc-windows-msvc.msi",
"hash": "55d74bae920d42515c849c2103b321f0008fcf66cedca51d10234529fc14e3d5"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.84.0-i686-pc-windows-msvc.msi",
"hash": "860c0219f5323b9396e8a5804963898085caf6e8b0f7288adb025033585b3d31"
"url": "https://static.rust-lang.org/dist/rust-1.84.1-i686-pc-windows-msvc.msi",
"hash": "d374154a313b513baa613b4c66f16caf18aaa9b90332719172e0b4afdc4ff278"
},
"arm64": {
"url": "https://static.rust-lang.org/dist/rust-1.84.0-aarch64-pc-windows-msvc.msi",
"hash": "e0a1ba2ac0e48f27860fdfe0a2d19e833c309852be9dd4ae21ae0191c6f413a9"
"url": "https://static.rust-lang.org/dist/rust-1.84.1-aarch64-pc-windows-msvc.msi",
"hash": "cba94c3c0756ff57aa8f8b953a96976e9c312b1070b8cd259b5acc72c62d913e"
}
},
"extract_dir": "Rust",
Expand Down

0 comments on commit 6cd74d7

Please sign in to comment.