Skip to content

Commit 65166c7

Browse files
committed
CI: Build with cq
1 parent f9ac9cb commit 65166c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
mkdir -p ${{github.workspace}}/install
4949
export RUSTFLAGS="-A mismatched_lifetime_syntaxes"
50-
FEATURES="cp2cp,serde"
50+
FEATURES="cq,cp2cp,serde"
5151
if rustup default | grep nightly; then
5252
FEATURES+=",specialization"
5353
fi

0 commit comments

Comments
 (0)