Skip to content

Commit d86e3ca

Browse files
committed
nightly-2021-01-31
1 parent 8fb58bd commit d86e3ca

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,13 +1150,13 @@ This is an example of building a wheel using the repository as source,
11501150

11511151
```sh
11521152
pip install maturin
1153-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
1153+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
11541154
maturin build --no-sdist --release --strip --manylinux off
11551155
ls -1 target/wheels
11561156
```
11571157

11581158
Problems with the Rust nightly channel may require pinning a version.
1159-
`nightly-2021-01-11` is known to be ok.
1159+
`nightly-2021-01-31` is known to be ok.
11601160

11611161
orjson is tested for amd64 and aarch64 on Linux, macOS, and Windows. It
11621162
may not work on 32-bit targets. It has recommended `RUSTFLAGS`

ci/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pr:
44
- '*'
55

66
variables:
7-
toolchain: nightly-2021-01-11
7+
toolchain: nightly-2021-01-31
88

99
jobs:
1010

ci/drone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
TWINE_PASSWORD:
1515
from_secret: twine_password
1616
commands:
17-
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
17+
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
1818
- python3.10 -m pip install --upgrade pip maturin
1919
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.10
2020
- python3.10 -m pip install target/wheels/orjson*.whl
@@ -38,7 +38,7 @@ steps:
3838
TWINE_PASSWORD:
3939
from_secret: twine_password
4040
commands:
41-
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
41+
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
4242
- python3.9 -m pip install --upgrade pip maturin
4343
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.9
4444
- python3.9 -m pip install target/wheels/orjson*.whl
@@ -62,7 +62,7 @@ steps:
6262
TWINE_PASSWORD:
6363
from_secret: twine_password
6464
commands:
65-
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
65+
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
6666
- python3.8 -m pip install --upgrade pip maturin
6767
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.8
6868
- python3.8 -m pip install target/wheels/orjson*.whl
@@ -86,7 +86,7 @@ steps:
8686
TWINE_PASSWORD:
8787
from_secret: twine_password
8888
commands:
89-
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
89+
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
9090
- python3.7 -m pip install --upgrade pip maturin
9191
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.7
9292
- python3.7 -m pip install target/wheels/orjson*.whl
@@ -110,7 +110,7 @@ steps:
110110
TWINE_PASSWORD:
111111
from_secret: twine_password
112112
commands:
113-
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-11 --profile minimal -y
113+
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-31 --profile minimal -y
114114
- python3.6 -m pip install --upgrade pip maturin
115115
- maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.6
116116
- python3.6 -m pip install target/wheels/orjson*.whl

0 commit comments

Comments
 (0)