Use stable Rust for building

This commit is contained in:
Philipp Oppermann
2019-02-07 16:07:27 +01:00
parent ea513af5ad
commit db898133b8
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ strategy:
matrix:
linux:
image_name: 'ubuntu-16.04'
rustup_toolchain: nightly
rustup_toolchain: stable
pool:
vmImage: $(image_name)