Use explicit rustc commit-hash

Required for lldb on mac
This commit is contained in:
vsrs 2021-04-22 18:30:44 +03:00
parent 1ebfe11730
commit 1b4197cb35
3 changed files with 15 additions and 3 deletions

View file

@ -159,4 +159,4 @@ export function execute(command: string, options: ExecOptions): Promise<string>
resolve(stdout.trimEnd());
});
});
}
}