summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-07-03 10:40:59 -0700
committerCarl Lerche <me@carllerche.com>2019-07-03 10:40:59 -0700
commitcbad83f36250dee743e9ccef0cf473fce3300d28 (patch)
tree59dba78fffb122cf5e61023b385e4b6de5a6983b /azure-pipelines.yml
parentbd9760e124d9facb40a2cb86fdb18fdff2abae1f (diff)
signal: migrate to std::futures (#1218)
Migrate to std::futures and the futures 0.3 preview and use async/await where possible **Breaking change:** the IoFuture and IoStream definitions used to refer to Box<dyn Future> and Box<dyn Stream>, but now they are defined as Pin<...> versions which are technically breaking. No other breaking or functional changes have been made
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9b9d3b18..35517b28 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -32,7 +32,7 @@ jobs:
crates:
# - tokio-fs
tokio-reactor: []
-# - tokio-signal
+ tokio-signal: []
tokio-tcp:
- incoming
# - tokio-tls