Skip to content

Commit 4b39ff6

Browse files
committed
ci: Pin cargo-workspaces to 0.3.6
1 parent 25808c1 commit 4b39ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: rustup update --no-self-update stable
2323

2424
- name: Install cargo-workspaces
25-
run: cargo install cargo-workspaces
25+
run: cargo install cargo-workspaces --version "0.3.6"
2626

2727
- name: Publish Crates
2828
env:

0 commit comments

Comments
 (0)