Skip to content

Commit 5d69096

Browse files
committed
rust_1_87
1 parent 255bbdb commit 5d69096

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"args": {
55
"MOLD_VERSION": "2.34.1",
66
"MOLD_DEFAULT": "true",
7-
"RUST_VERSION": "1.82.0",
7+
"RUST_VERSION": "1.87.0",
88
"LITESTREAM_VERSION": "0.3.13",
99
"LITESTREAM_ARCH": "${localEnv:ARCH:amd64}"
1010
}

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
22
[toolchain]
3-
channel = "1.86.0"
3+
channel = "1.87.0"
44
profile = "default"

services/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/rust
2-
FROM rust:1.82.0-bookworm AS builder
2+
FROM rust:1.87.0-bookworm AS builder
33

44
RUN apt-get update \
55
&& apt-get install -y \

services/console/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/rust
2-
FROM rust:1.82.0-bookworm AS wasm-builder
2+
FROM rust:1.87.0-bookworm AS wasm-builder
33

44
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
55

0 commit comments

Comments
 (0)