Update deny, rust-src component

This commit is contained in:
Luke Parker
2025-02-04 08:12:02 -05:00
parent 653b0e0bbc
commit dd95494d9c
5 changed files with 6 additions and 6 deletions

View File

@@ -162,6 +162,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 wasm32-unknown-unknown
{prelude}