Skip to content

Commit 4304d40

Browse files
authored
Pin cargo-edit to version that still supports rust 1.91.0 (#8141)
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent c6c62f8 commit 4304d40

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install cargo-edit
4545
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
4646
with:
47-
tool: cargo-edit
47+
tool: cargo-edit@0.13.10
4848

4949
- name: Cargo Set Version
5050
run: |

.github/workflows/publish-dry-runs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install cargo-edit
118118
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
119119
with:
120-
tool: cargo-edit
120+
tool: cargo-edit@0.13.10
121121
- name: Set Version
122122
run: |
123123
# This is mostly a dummy version, we don't actually publish anything but it cannot exist in crates.io

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install cargo-edit
3434
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
3535
with:
36-
tool: cargo-edit
36+
tool: cargo-edit@0.13.10
3737

3838
- name: Cargo Set Version
3939
run: |

0 commit comments

Comments
 (0)