Skip to content

Commit a890258

Browse files
theguild-botkamilkisielaardatan
authored andcommitted
Update apollo-router to 2.9.0 (#7338)
Co-authored-by: kamilkisiela <8167190+kamilkisiela@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent aff6e60 commit a890258

File tree

5 files changed

+56
-116
lines changed

5 files changed

+56
-116
lines changed

.github/workflows/apollo-router-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Rust
3030
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
3131
with:
32-
toolchain: '1.90.0'
32+
toolchain: '1.91.1'
3333
default: true
3434
override: true
3535

.github/workflows/publish-rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Rust
5757
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
5858
with:
59-
toolchain: '1.90.0'
59+
toolchain: '1.91.1'
6060
default: true
6161
override: true
6262

@@ -118,7 +118,7 @@ jobs:
118118
- name: Install Rust
119119
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
120120
with:
121-
toolchain: '1.90.0'
121+
toolchain: '1.91.1'
122122
target: ${{ env.RUST_TARGET }}
123123
default: true
124124
override: true

0 commit comments

Comments
 (0)