Skip to content

Commit 4db8ed0

Browse files
committed
Update to rust 1.74
1 parent 15a461e commit 4db8ed0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/standalone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG CARGO_PROFILE=release
44

55

6-
FROM rust:1.72.0 AS chef
6+
FROM rust:1.74.0 AS chef
77
RUN rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && \
88
curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz -fL | tar xz -C $CARGO_HOME/bin
99
RUN cargo binstall -y [email protected]

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[toolchain]
2-
channel = "1.72.0"
2+
# change crates/standalone/Dockerfile too!
3+
channel = "1.74.0"
34
profile = "default"
45
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)