Skip to content

Commit

Permalink
Python - Use 1.46.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
n1t0 committed Oct 9, 2020
1 parent 83e11a8 commit 3bb7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/build-wheels.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable
1.46.0

0 comments on commit 3bb7946

Please sign in to comment.