Skip to content

Commit 737b878

Browse files
committed
ci: Pin cargo-workspaces version to 0.3.6, again
1 parent 134889e commit 737b878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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:

.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)