-
-
Notifications
You must be signed in to change notification settings - Fork 988
/
Copy pathrust.json
51 lines (51 loc) · 2.07 KB
/
rust.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"version": "1.82.0",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"homepage": "https://www.rust-lang.org",
"license": "MIT|Apache-2.0",
"notes": [
"Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
"According to https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows",
"Microsoft C++ Build Tools is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/",
"When installing build tools, these two components should be selected:",
"- MSVC - VS C++ x64/x86 build tools",
"- Windows SDK"
],
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.82.0-x86_64-pc-windows-msvc.msi",
"hash": "4c1e53c25240490a405b97f3b615adc965b1b3dc11d5f9e0551db71b4e8ca4d9"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.82.0-i686-pc-windows-msvc.msi",
"hash": "9dc2f37db016a11e486ec413733293b3658ae1797f9cdcab7d61df3a4af65cd0"
},
"arm64": {
"url": "https://static.rust-lang.org/dist/rust-1.82.0-aarch64-pc-windows-msvc.msi",
"hash": "0d1e8159e850dd5bf527440002924b23de7e34cbbf89142092516e55135ba445"
}
},
"extract_dir": "Rust",
"bin": [
"bin\\rustc.exe",
"bin\\rustdoc.exe",
"bin\\cargo.exe"
],
"checkver": "Version ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
},
"arm64": {
"url": "https://static.rust-lang.org/dist/rust-$version-aarch64-pc-windows-msvc.msi"
}
},
"hash": {
"url": "$url.sha256"
}
}
}