diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-06-04 04:26:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 04:26:10 +0000 |
| commit | e5fb11ae3e9071f2a5cbd1850b6ef49b1b9b2034 (patch) | |
| tree | bc09e217a4daca8681254c156f25efe4f28ba425 | |
| parent | 2ada018e29dd204546997c2305fe9918d7bbbf1d (diff) | |
| parent | 840142b7f7f7e53d65cca9630d55702949ec8a4c (diff) | |
| download | rust-e5fb11ae3e9071f2a5cbd1850b6ef49b1b9b2034.tar.gz rust-e5fb11ae3e9071f2a5cbd1850b6ef49b1b9b2034.zip | |
Merge pull request #19915 from ShoyuVanilla/publish-libs-crash
ci: Pin `cargo-workspaces` to `0.3.6`
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/publish-libs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml b/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml index 93ae5675a71..f2c8b6365b6 100644 --- a/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml +++ b/src/tools/rust-analyzer/.github/workflows/publish-libs.yaml @@ -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: |
