Bump minimum Rust version to 1.39.0 (#895)

async/await will be used in upcoming changes, so we need to bump the
minimum Rust version to 1.39.0 to use it.
This commit is contained in:
Sam Ford 2019-12-23 03:21:12 -05:00 committed by Vincent Prouillet
parent 658e8a3a66
commit bcd73aef8d

View file

@ -19,9 +19,9 @@ stages:
linux-stable:
imageName: 'ubuntu-16.04'
rustup_toolchain: stable
linux-1.35:
linux-1.39:
imageName: 'ubuntu-16.04'
rustup_toolchain: 1.36.0
rustup_toolchain: 1.39.0
pool:
vmImage: $(imageName)
steps: