async-await: move examples into dedicated crate (#608)

This works around a bug in the cargo renaming feature as well as allows
the use of `[patch]` in the `Cargo.toml`.
This commit is contained in:
Carl Lerche
2018-09-06 13:36:59 -04:00
committed by Toby Lawrence
parent 6828870608
commit 16664189c1
8 changed files with 49 additions and 0 deletions
+12
View File
@@ -24,6 +24,18 @@ matrix:
- env: TARGET=i686-unknown-freebsd
- env: TARGET=i686-unknown-linux-gnu
# Test the async / await preview. We don't want to block PRs on this failing
# though.
- rust: nightly
env: ALLOW_FAILURES=true
script: |
cd tokio-async-await
cargo check --all
allow_failures:
- rust: nightly
env: ALLOW_FAILURES=true
script:
- |
set -e