Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
turn off slice-deque feature of buf_redux
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Nov 30, 2018
1 parent 9f5e597 commit 57fba95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 27,7 @@ script:
- |
if [ ${TRAVIS_RUST_VERSION} = "1.22.1" ]; then
# we can't test because `env_logger` uses `lazy_static 1.2.0` which needs Rust 1.26
cargo build --no-default-features --features "mock,client,server";
exit 0;
cargo build --no-default-features --features "mock,client,server" && exit 0;
fi
- cargo build --verbose $ARGS;
- cargo test --verbose $ARGS -- --test-threads=1;
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 27,7 @@ tempdir = "0.3"
clippy = { version = ">=0.0, <0.1", optional = true}

#Server Dependencies
buf_redux = { version = "0.7", optional = true }
buf_redux = { version = "0.7", optional = true, default-features = false }
httparse = { version = "1.2", optional = true }
twoway = { version = "0.1", optional = true }
quick-error = { version = "1.2", optional = true }
Expand Down

0 comments on commit 57fba95

Please sign in to comment.