about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-06-04 04:26:10 +0000
committerGitHub <noreply@github.com>2025-06-04 04:26:10 +0000
commite5fb11ae3e9071f2a5cbd1850b6ef49b1b9b2034 (patch)
treebc09e217a4daca8681254c156f25efe4f28ba425
parent2ada018e29dd204546997c2305fe9918d7bbbf1d (diff)
parent840142b7f7f7e53d65cca9630d55702949ec8a4c (diff)
downloadrust-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.yaml2
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: