File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
uses : actions-rs/cargo@v1
124
124
with :
125
125
command : install
126
- args : --version=0.11.2 cargo-release
126
+ args : --version=0.19.4 cargo-release
127
127
128
128
- name : Setup git
129
129
run : |
Original file line number Diff line number Diff line change 89
89
_build/cargo-make.sh "0.20.0" "x86_64-unknown-linux-musl"
90
90
displayName: Install cargo-make binary
91
91
- script : |
92
- cargo install --debug --version=0.11.2 cargo-release
92
+ cargo install --debug --version=0.19.4 cargo-release
93
93
displayName: Install cargo-release binary
94
94
- script : |
95
95
git config --local user.name "Release Test Bot"
@@ -103,7 +103,7 @@ jobs:
103
103
displayName: Local test mode
104
104
- script : |
105
105
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
107
107
# "bash not found" error on Azure.
108
108
cargo make workspace-ci-flow --no-workspace
109
109
displayName: Echo local changes && make sure build and tests still work
You can’t perform that action at this time.
0 commit comments