summaryrefslogtreecommitdiffstats
path: root/ci/azure-tsan.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 10:27:36 -0700
committerGitHub <noreply@github.com>2019-05-14 10:27:36 -0700
commitcb4aea394e6851ae8cc45a68beeaf2c93cc9a0c0 (patch)
tree2158eab230c8717d3b35717e50f14fda6ca0edf1 /ci/azure-tsan.yml
parent79d88200500f6e6c9970e1ad26469276c1a2f71f (diff)
Update Tokio to Rust 2018 (#1082)
Diffstat (limited to 'ci/azure-tsan.yml')
-rw-r--r--ci/azure-tsan.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-tsan.yml b/ci/azure-tsan.yml
index 519960f3..3666c285 100644
--- a/ci/azure-tsan.yml
+++ b/ci/azure-tsan.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- template: azure-install-rust.yml
parameters:
- rust_version: nightly-2018-11-18
+ rust_version: ${{ parameters.rust }}
- template: azure-patch-crates.yml
- script: |