Remove failing crate and bump version

This commit is contained in:
Thomas Gideon 2022-06-30 13:32:30 -04:00
parent dbd37e43c2
commit 75ff5f5671
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM debian:buster-slim
ARG RUST_VER=1.61.0
ARG RUST_VER=1.62.0
RUN apt update -y -q \
&& apt upgrade -y -q \
@ -64,7 +64,6 @@ RUN rustup default $RUST_VER
RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add x86_64-apple-darwin
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