Python - Use 1.46.0 for now

This commit is contained in:
Anthony MOI
2020-10-09 13:40:35 -04:00
parent 83e11a8de4
commit 3bb794681c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-05-14 -y
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain "1.46.0" -y
export PATH="$HOME/.cargo/bin:$PATH"
for PYBIN in /opt/python/{cp35-cp35m,cp36-cp36m,cp37-cp37m,cp38-cp38}/bin; do

View File

@ -1 +1 @@
stable
1.46.0