Skip to content

Commit 5babffb

Browse files
committed
update stable Rust to 1.81.0
1 parent 30089fc commit 5babffb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lukemathwalker/cargo-chef:latest-rust-1.78.0-bookworm AS chef
1+
FROM lukemathwalker/cargo-chef:latest-rust-1.81.0-bookworm AS chef
22
WORKDIR /app
33

44
FROM chef AS planner

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.81.0"
33
components = ["rustc", "cargo", "rust-std", "rust-docs", "rls", "rust-src", "rust-analysis"]
44
targets = ['wasm32-unknown-unknown']

wasm/rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.81.0"
33
components = ["rustc", "cargo", "rust-std", "rust-docs", "rls", "rust-analysis"]

0 commit comments

Comments
 (0)