Merge pull request #19921 from ShoyuVanilla/ci-retry

ci: Pin `cargo-workspaces` version to `0.3.6`, again
This commit is contained in:
Laurențiu Nicola 2025-06-04 07:14:11 +00:00 committed by GitHub
commit 59c1cc48a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
run: rustup update --no-self-update stable
- name: Install cargo-workspaces
run: cargo install cargo-workspaces
run: cargo install cargo-workspaces --version "0.3.6"
- name: Publish Crates
env:

View file

@ -22,7 +22,7 @@ jobs:
run: rustup update --no-self-update stable
- name: Install cargo-workspaces
run: cargo install cargo-workspaces
run: cargo install cargo-workspaces --version "0.3.6"
- name: Publish Crates
env: