summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 11:21:24 -0700
committerGitHub <noreply@github.com>2019-05-14 11:21:24 -0700
commit475dabe96d98d56e641e2ce0dd2ed23031e8523f (patch)
treedbdc1aef1cde530c1811a1a9e71501ba36b9e9fb /ci
parent951f2fd910fddc632d78a3be3715e25fcaaa3081 (diff)
Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview feature. (#1089)
The `async-await-preview` feature is removed as 0.1 will no longer track Rust nightly. This also bumps: - tokio-timer (0.2.11).
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-test-nightly.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/azure-test-nightly.yml b/ci/azure-test-nightly.yml
index a845d7c2..d739a1a9 100644
--- a/ci/azure-test-nightly.yml
+++ b/ci/azure-test-nightly.yml
@@ -11,10 +11,6 @@ jobs:
- template: azure-patch-crates.yml
- - script: cargo test
- displayName: cargo +nightly test -p async-await
- workingDirectory: $(Build.SourcesDirectory)/async-await
-
- script: cargo check --all
displayName: cargo +nightly check --all