Skip to content
Snippets Groups Projects
Commit 919e8416 authored by Valentin Syrovatskiy's avatar Valentin Syrovatskiy
Browse files

chore: upgrade to rust 1.64.0

parent 2c20d803
No related branches found
No related tags found
1 merge request!269Upgrade to rust 1.64.0
Pipeline #12593 canceled
......@@ -4,7 +4,7 @@ default: ;
install-cargo:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
sh -s -- -y --profile default --default-toolchain 1.63.0
sh -s -- -y --profile default --default-toolchain 1.64.0
centos7-cmake3:
[ -f /usr/bin/cmake ] && sudo rm /usr/bin/cmake
......
......@@ -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.63.0;
sh -s -- -y --profile default --default-toolchain 1.64.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