Skip to content

Commit 47997d2

Browse files
committed
Switch CI to 0.19.4 cargo-release
1 parent 589acb5 commit 47997d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions-rs/cargo@v1
124124
with:
125125
command: install
126-
args: --version=0.11.2 cargo-release
126+
args: --version=0.19.4 cargo-release
127127

128128
- name: Setup git
129129
run: |

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
_build/cargo-make.sh "0.20.0" "x86_64-unknown-linux-musl"
9090
displayName: Install cargo-make binary
9191
- script: |
92-
cargo install --debug --version=0.11.2 cargo-release
92+
cargo install --debug --version=0.19.4 cargo-release
9393
displayName: Install cargo-release binary
9494
- script: |
9595
git config --local user.name "Release Test Bot"
@@ -103,7 +103,7 @@ jobs:
103103
displayName: Local test mode
104104
- script: |
105105
git --no-pager log -p HEAD...HEAD~20
106-
# NOTE: this is rolled into one task due to onerous
106+
# NOTE: this is rolled into one task due to onerous
107107
# "bash not found" error on Azure.
108108
cargo make workspace-ci-flow --no-workspace
109109
displayName: Echo local changes && make sure build and tests still work

0 commit comments

Comments
 (0)