Skip to content

Commit 0a71d40

Browse files
committed
fix toolchain
1 parent 99f4ac3 commit 0a71d40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.83.0'
2828
default: true
2929
override: true
3030

.github/workflows/publish-rust.yaml

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

.github/workflows/release-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: dtolnay/rust-toolchain@stable
5454
with:
55-
toolchain: stable
55+
toolchain: '1.83.0'
5656

5757
- name: publish stable
5858
id: changesets

docker/router.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM scratch AS pkg
33
FROM scratch AS config
44

55
# Stick to v1.76 due to this issue: https://github.com/apollographql/router/issues/5084
6-
FROM rust:1.76 AS build
6+
FROM rust:1.83 AS build
77

88
# Required by Apollo Router
99
RUN apt-get update

0 commit comments

Comments
 (0)