Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Back merge 1.0.0 rc1 changes (#14)
Browse files Browse the repository at this point in the history
* Remove upstream README

* Fix Dockerfile build with stable
  • Loading branch information
jordy25519 authored Oct 31, 2019
1 parent 3d533cf commit c337602
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 527 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN apt-get update && \

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH="$PATH:$HOME/.cargo/bin" && \
rustup target add wasm32-unknown-unknown && \
rustup toolchain install nightly && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
rustup default nightly && \
rustup default stable && \
cargo build "--$PROFILE"

Expand Down
Loading

0 comments on commit c337602

Please sign in to comment.