From 014d7545889667e62eb30f6a5717f00a90616c06 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 30 Mar 2020 10:36:26 -0700 Subject: Move paging support behind a feature --- ci/script.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/script.bash b/ci/script.bash index d2055bb2..0a7a3ee8 100755 --- a/ci/script.bash +++ b/ci/script.bash @@ -16,3 +16,4 @@ fi # Check bat-as-a-library, which has a smaller set of dependencies cargo check --target "$TARGET" --verbose --lib --no-default-features cargo check --target "$TARGET" --verbose --lib --no-default-features --features git +cargo check --target "$TARGET" --verbose --lib --no-default-features --features paging -- cgit v1.2.3