diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07f720e863f..8665c1dba3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ jobs: - script: cargo fmt --all -- --check displayName: Lint variables: - rust_toolchain: '1.40.0' + rust_toolchain: '1.41.1' - job: clippy_lint pool: @@ -55,7 +55,7 @@ jobs: CARGO_HTTP_CHECK_REVOKE: false windows: imageName: "vs2017-win2016" - rust_toolchain: '1.40.0' + rust_toolchain: '1.41.1' pool: vmImage: $(imageName) condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') @@ -114,7 +114,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.10 windows: imageName: "vs2017-win2016" - rust_toolchain: '1.40.0' + rust_toolchain: '1.41.1' # RUSTFLAGS: -Ctarget-feature=+crt-static pool: vmImage: $(imageName) @@ -183,7 +183,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.10 windows: imageName: "vs2017-win2016" - rust_toolchain: '1.40.0' + rust_toolchain: '1.41.1' # RUSTFLAGS: -Ctarget-feature=+crt-static pool: vmImage: $(imageName)