Skip to content

Commit 9f18f54

Browse files
authored
Merge pull request #19915 from ShoyuVanilla/publish-libs-crash
ci: Pin `cargo-workspaces` to `0.3.6`
2 parents cf969d2 + 4b39ff6 commit 9f18f54

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)