File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 11# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
22[toolchain ]
3- channel = " 1.86 .0"
3+ channel = " 1.87 .0"
44profile = " default"
Original file line number Diff line number Diff line change 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
44RUN apt-get update \
55 && apt-get install -y \
Original file line number Diff line number Diff line change 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
44RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
55
You can’t perform that action at this time.
0 commit comments