Update to ensure latest version of toolchain

This commit is contained in:
Héctor Ramón Jiménez
2019-08-15 23:26:18 +02:00
parent 7b201a613e
commit c5f5da5693
3 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ function run() {
if (version) {
yield rustup.install(version);
exec.exec('rustup', ['default', version]);
exec.exec('rustup', ['update', version]);
}
}
catch (error) {