Skip to content

Commit 0118431

Browse files
theguild-botkamilkisieladotansimha
authored
Update apollo-router to 2.13.0, update rust toolchain 1.94.1 (#7939)
Co-authored-by: kamilkisiela <8167190+kamilkisiela@users.noreply.github.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com>
1 parent 9708f71 commit 0118431

7 files changed

Lines changed: 141 additions & 190 deletions

File tree

.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.91.1'
32+
toolchain: '1.94.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.91.1'
59+
toolchain: '1.94.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.91.1'
121+
toolchain: '1.94.1'
122122
target: ${{ env.RUST_TARGET }}
123123
default: true
124124
override: true

.github/workflows/tests-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: Install Rust
9191
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
9292
with:
93-
toolchain: '1.91.1'
93+
toolchain: '1.94.1'
9494
default: true
9595
override: true
9696

0 commit comments

Comments
 (0)