Skip to content

Commit f97317a

Browse files
authored
Merge pull request rust-lang#19921 from ShoyuVanilla/ci-retry
ci: Pin `cargo-workspaces` version to `0.3.6`, again
2 parents b02d034 + 4e85d77 commit f97317a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rust-analyzer/.github/workflows/autopublish.yaml

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

3030
- name: Install cargo-workspaces
31-
run: cargo install cargo-workspaces
31+
run: cargo install cargo-workspaces --version "0.3.6"
3232

3333
- name: Publish Crates
3434
env:

src/tools/rust-analyzer/.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)