Browse Source

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.
index-subcmd
Sam Ford Vincent Prouillet 4 years ago
parent
commit
bcd73aef8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      azure-pipelines.yml

+ 2
- 2
azure-pipelines.yml View File

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


Loading…
Cancel
Save