We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d5f01 commit ecb44baCopy full SHA for ecb44ba
dev/docker/ballista-base.dockerfile
@@ -96,4 +96,6 @@ RUN cargo install cargo-build-deps
96
97
# prepare toolchain
98
RUN rustup update && \
99
+ rustup toolchain install nightly-2021-05-10 && \
100
+ rustup default nightly-2021-05-10 && \
101
rustup component add rustfmt
0 commit comments