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 9783098 commit bb7214aCopy full SHA for bb7214a
.github/workflows/publish.yml
@@ -14,4 +14,8 @@ jobs:
14
- name: Publish
15
env:
16
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
17
- run: cargo publish -p measureme
+ run: |
18
+ # Note: Order is important. Leaf packages need to be published first.
19
+ cargo publish -p measureme
20
+ cargo publish -p decodeme
21
+ cargo publish -p analyzeme
0 commit comments