Skip to content

Commit b2bbf26

Browse files
update merge script to use stable version of rust (#1697)
### Change summary The [merge to main](https://github.com/fastly/cli/actions/runs/23196725058) build is failing due to new features being added to rust and us using old versions, updating to use stable All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change? <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### New Feature Submissions: * [x] Does your submission pass tests?
1 parent e2cd07b commit b2bbf26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 18
2222
- name: "Install Rust"
23-
uses: dtolnay/rust-toolchain@1.83.0 # to install tq via `make config`
23+
uses: dtolnay/rust-toolchain@stable # to install tq via `make config`
2424
- name: Install Go
2525
uses: actions/setup-go@v6
2626
with:

0 commit comments

Comments
 (0)