Update deny, rust-src component

This commit is contained in:
Luke Parker
2025-02-04 08:12:02 -05:00
parent af56304676
commit 2f8ce15a92
3 changed files with 2 additions and 2 deletions

View File

@@ -163,6 +163,7 @@ RUN apt install -y pkg-config clang
RUN apt install -y make protobuf-compiler
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32v1-none
{prelude}