From 980cceed4d7f8e55d9c2c15ace0188fe3d291d0f Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 30 Apr 2020 23:26:32 -0600 Subject: [PATCH] travis-ci: pin cbindgen to 0.14.1 0.14.2 breaks builds with Rust 1.34.0, which we still support. Also build cbdingen in debug mode. It builds much faster with minimal runtime performance. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af09cce0d6..f6b45ffec7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -199,5 +199,5 @@ before_install: rustup default "${RUST_VERSION}" rustc --version - cargo install --force cbindgen + cargo install --force --debug --version 0.14.1 cbindgen - ./qa/travis-libhtp.sh -- 2.47.2