File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VERSION = "0.12 .0"
1+ VERSION = "0.13 .0"
22
33HOST_PLATFORM_SHA256 = {
4- "linux-aarch64" : "754f1029484079b7e0ca3b913a0a2f2a6afd5a28990cb224fe8845e72f09de63 " ,
5- "linux-x86_64" : "c7ae866b8a76a568e2d5cfd31fe89cdb629bdd161fdd5018b29a4a0a17045cad " ,
6- "macos-aarch64" : "294e224c14fd0822cfb15a35cf39aa14bd9967867999bf8bdfe3db7ddec2a27f " ,
7- "macos-x86_64" : "4d411bf413e7667821324da248e8589278180dbc197f4f282b7dbb599a689311 " ,
8- "windows-aarch64" : "04c6b92689241ca7a8a59b5f12d2ca2820c09d5043c3c4808b7e93e41c7bf97b " ,
9- "windows-x86_64" : "2199eb4c2000ddb1fba85ba78f1fcf9c1fb8b3e57658f6a627a8e513131893f5 " ,
4+ "linux-aarch64" : "041ac42323837eb5624068acd8b00cd5777dac4cf91179e8dad7a7e90dd0c556 " ,
5+ "linux-x86_64" : "d45312e61ebcc48032b77bc4cf7fd6915c11fa16e4aad116b66c9468211230ea " ,
6+ "macos-aarch64" : "46fae219656545dfaf4dce12fb4e8685cec5b51d721beee9389ab4194d43394c " ,
7+ "macos-x86_64" : "8b06ed1091b2269b700b3b07f8e3be3b833000841bae5aa6a09b1a8b4773effd " ,
8+ "windows-aarch64" : "95ff88427af7ba2b4f312f45d2377ce7a033e5e3c620c8caaa396a9aba20efda " ,
9+ "windows-x86_64" : "d859994725ef9402381e557c60bb57497215682e355204d754ee3df75ee3c158 " ,
1010}
1111
1212# Official recommended version. Should use this when we have a usable release.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const ParseResults = union(Action) {
9393};
9494
9595// sub-commands in the same folder as `zig-wrapper`
96- const sub_commands_target = std .ComptimeStringMap (void , .{
96+ const sub_commands_target = std .StaticStringMap (void ). initComptime ( .{
9797 .{"ar" },
9898 .{"ld.lld" },
9999 .{"lld-link" },
You can’t perform that action at this time.
0 commit comments