Skip to content
Snippets Groups Projects
Commit 6f640421 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Georgy Moshkin
Browse files

chore(ci): bump rust version

parent 5157ab95
No related branches found
No related tags found
1 merge request!122fix(build): fix build fail on rust 1.61
Pipeline #5373 passed
......@@ -29,7 +29,7 @@ ENV PATH=/opt/rh/devtoolset-7/root/usr/bin:${PATH}
ENV PATH=/root/.cargo/bin:${PATH}
RUN set -e; \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
sh -s -- -y --profile default --default-toolchain 1.58.0;
sh -s -- -y --profile default --default-toolchain 1.61.0;
ENV PATH=/root/.rocks/bin:${PATH}
RUN set -e; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment