Skip to content

Commit 30d248a

Browse files
Update apollo-router to 1.60.0 and rustc to 1.84.1 (#6485)
Co-authored-by: kamilkisiela <[email protected]> Co-authored-by: Kamil Kisiela <[email protected]>
1 parent 43cc1b1 commit 30d248a

File tree

5 files changed

+40
-449
lines changed

5 files changed

+40
-449
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Rust
2525
uses: actions-rs/toolchain@v1
2626
with:
27-
toolchain: '1.76.0'
27+
toolchain: '1.84.1'
2828
default: true
2929
override: true
3030

.github/workflows/publish-rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484
- name: Install Rust
8585
uses: actions-rs/toolchain@v1
8686
with:
87-
toolchain: '1.76.0'
87+
toolchain: '1.84.1'
8888
target: ${{ env.RUST_TARGET }}
8989
default: true
9090
override: true
9191

9292
- name: Set default target
9393
run: |
94-
rustup default 1.76.0-${{ env.RUST_TARGET }}
94+
rustup default 1.84.1-${{ env.RUST_TARGET }}
9595
9696
- name: Cache Rust
9797
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)