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 e750541 commit 9307225Copy full SHA for 9307225
.github/workflows/cross_compile.yml
@@ -27,4 +27,4 @@ jobs:
27
with:
28
use-cross: true
29
command: build
30
- args: --target=${{ matrix.target }}
+ args: --target=${{ matrix.target }} --no-default-features --features json,default-json,cbor
0 commit comments