Skip to content

Commit 48df291

Browse files
committed
update toolchain to 1.90
1 parent c7463d5 commit 48df291

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.88.0
1+
ARG RUST_VERSION=1.90.0
22
FROM ubuntu:24.04
33
ARG RUST_VERSION
44

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
file: .devcontainer/Dockerfile
7373
tags: ghcr.io/${{ github.repository }}-dev:latest,ghcr.io/${{ github.repository }}-dev:${{ env.DOCKER_TAG }}
7474
build-args: |
75-
RUST_VERSION=1.88.0
75+
RUST_VERSION=1.90.0
7676
BUILD_TYPE=${{ github.event_name }}
7777
DOJO_VERSION=${{ github.event.release.tag_name }}
7878
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions-rust-lang/setup-rust-toolchain@v1
7171
name: Rust Toolchain Setup
7272
with:
73-
toolchain: "1.88.0"
73+
toolchain: "1.90.0"
7474
target: ${{ matrix.job.target }}
7575
cache-on-failure: true
7676
cache-key: ${{ matrix.job.target }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
env:
2626
CARGO_TERM_COLOR: always
27-
RUST_VERSION: 1.88.0
27+
RUST_VERSION: 1.90.0
2828

2929
jobs:
3030
fmt:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.88.0"
2+
channel = "1.90.0"

0 commit comments

Comments
 (0)