Conversation
|
Would you consider making a slightly different set of changes? With We don't need to set If you'd prefer, I'd be happy to make the changes in this branch instead. |
I'll give it a go! |
|
|
||
| # Install Rust, rustfmt, and the wasm32-wasi cross-compilation target | ||
| RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.52.1 -y | ||
| RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y |
There was a problem hiding this comment.
No harm making this change, but it doesn't appear that this Dockerfile is being used anywhere in the repository and it just builds a very simple image containing rustup and Rust.
No description provided.