Skip to content

Commit 1f74a8a

Browse files
committed
Bump 1.86 to 1.88
1 parent 1845f81 commit 1f74a8a

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,5 +1,5 @@
11
# Use Rust slim image
2-
FROM rust:1.86-slim
2+
FROM rust:1.88-slim
33

44
# Install all dependencies (build + runtime + gcloud CLI)
55
RUN apt-get update && apt-get install -y \

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.86.0"
2+
channel = "1.88.0"
33
components = ["rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)