Skip to content

Commit bcd73ae

Browse files
samfordKeats
authored andcommitted
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.
1 parent 658e8a3 commit bcd73ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ stages:
1919
linux-stable:
2020
imageName: 'ubuntu-16.04'
2121
rustup_toolchain: stable
22-
linux-1.35:
22+
linux-1.39:
2323
imageName: 'ubuntu-16.04'
24-
rustup_toolchain: 1.36.0
24+
rustup_toolchain: 1.39.0
2525
pool:
2626
vmImage: $(imageName)
2727
steps:

0 commit comments

Comments
 (0)