From 08f6697911a4d8465fa4bf7675387728e4b32a28 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 7 May 2021 18:15:02 -0400 Subject: [PATCH] Update to 1.52.0 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6af08be..d60326a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG RUST_VER=1.51.0 +ARG RUST_VER=1.52.0 RUN apt update -y -q \ && apt upgrade -y -q \ @@ -67,6 +67,7 @@ RUN rustup component add clippy RUN cargo install cargo-outdated RUN cargo install cargo-audit RUN cargo install cargo-web +RUN cargo install wasm-pack RUN cargo install diesel_cli --no-default-features --features sqlite RUN cp /usr/x86_64-w64-mingw32/lib/*crt2.o \