Skip to content

Commit 578490b

Browse files
committed
chore: update rust toolchain
1 parent 30bd7b4 commit 578490b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.84.1
1+
FROM rust:1.90
22

33
# Install needed packages and clean up
44
RUN apt update && \

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.84.1"
3+
channel = "1.90"
44
targets = ["wasm32-wasip1"]

0 commit comments

Comments
 (0)