Compare commits
No commits in common. "main" and "f724f5e9145d0bdd2f29a58ef524cfc83ea35ba2" have entirely different histories.
main
...
f724f5e914
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
ARG RUST_VER=1.64.0
|
||||
ARG RUST_VER=1.56.1
|
||||
|
||||
RUN apt update -y -q \
|
||||
&& apt upgrade -y -q \
|
||||
|
@ -64,6 +64,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue