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:
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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments