We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ada018 + 840142b commit e5fb11aCopy full SHA for e5fb11a
src/tools/rust-analyzer/.github/workflows/publish-libs.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: rustup update --no-self-update stable
23
24
- name: Install cargo-workspaces
25
- run: cargo install cargo-workspaces
+ run: cargo install cargo-workspaces --version "0.3.6"
26
27
- name: Publish Crates
28
env:
0 commit comments