-
Notifications
You must be signed in to change notification settings - Fork 1
/
esp-rs.json
47 lines (47 loc) · 1.81 KB
/
esp-rs.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
{
"pkg": {
"rust": {
"target": {
"aarch64-apple-darwin-xtensa": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-aarch64-apple-darwin.tar.xz",
"hash": "3be74c31ee8dc4f1d49e2f2888228de374138eaeca1876d0c1b1a61df6023b3b"
},
"aarch64-unknown-linux-gnu": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-aarch64-unknown-linux-gnu.tar.xz",
"hash": "FAKE"
},
"x86_64-apple-darwin": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-x86_64-apple-darwin.tar.xz",
"hash": "FAKE"
},
"x86_64-pc-windows-gnu": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-x86_64-pc-windows-gnu.zip",
"hash": "FAKE"
},
"x86_64-pc-windows-msvc": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-x86_64-pc-windows-msvc.zip",
"hash": "FAKE"
},
"x86_64-unknown-linux-gnu": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-1.77.0.0-x86_64-unknown-linux-gnu.tar.xz",
"hash": "1307747915e8bd925f4d5396ab2ae3d8d9c7fad564afbc358c081683d0f22e87"
}
}
},
"rust-src": {
"target": {
"*": {
"available": true,
"url": "https://github.com/esp-rs/rust-build/releases/download/v1.77.0.0/rust-src-1.77.0.0.tar.xz",
"hash": "sha256-ISiSN3A+JOAixvPkkFzpNu7kuP1EzN9xBSeahDNIXSU="
}
}
}
}
}