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 14c9aaa commit 1f0e101Copy full SHA for 1f0e101
.github/workflows/publish_client_crates.yaml
@@ -57,4 +57,4 @@ jobs:
57
env:
58
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
59
working-directory: client
60
- run: cargo publish --locked --verbose
+ run: cargo publish --locked --verbose --all-features
0 commit comments