We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ac9cb commit 65166c7Copy full SHA for 65166c7
1 file changed
.github/workflows/rust.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
mkdir -p ${{github.workspace}}/install
49
export RUSTFLAGS="-A mismatched_lifetime_syntaxes"
50
- FEATURES="cp2cp,serde"
+ FEATURES="cq,cp2cp,serde"
51
if rustup default | grep nightly; then
52
FEATURES+=",specialization"
53
fi
0 commit comments