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.
2 parents cf969d2 + 4b39ff6 commit 9f18f54Copy full SHA for 9f18f54
.github/workflows/publish-libs.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: rustup update --no-self-update stable
23
24
- name: Install cargo-workspaces
25
- run: cargo install cargo-workspaces
+ run: cargo install cargo-workspaces --version "0.3.6"
26
27
- name: Publish Crates
28
env:
0 commit comments