Skip to content

Commit

Permalink
update stable Rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 14, 2024
1 parent 30089fc commit 5babffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.78.0-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.81.0-bookworm AS chef
WORKDIR /app

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.78.0"
channel = "1.81.0"
components = ["rustc", "cargo", "rust-std", "rust-docs", "rls", "rust-src", "rust-analysis"]
targets = ['wasm32-unknown-unknown']
2 changes: 1 addition & 1 deletion wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.78.0"
channel = "1.81.0"
components = ["rustc", "cargo", "rust-std", "rust-docs", "rls", "rust-analysis"]

0 comments on commit 5babffb

Please sign in to comment.