From a105d7cdc287b268da18e0337303e6b11639b34f Mon Sep 17 00:00:00 2001 From: Josef Reinhard Brandl Date: Fri, 10 Aug 2018 09:28:00 +0200 Subject: [PATCH] Use --manifest-path instead of -p --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6241bc381..68289e3aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: rust: nightly script: - cargo bench --all - - cargo bench -p futures-util-preview --features=bench + - cargo bench --manifest-path futures-util/Cargo.toml --features=bench - name: cargo build --no-default-features rust: nightly