Skip to content

Commit 6156da3

Browse files
committed
Pin rust nightly
1 parent d3a6bf3 commit 6156da3

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/benchmarks.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
uses: actions-rs/toolchain@v1
4444
with:
4545
profile: minimal
46-
toolchain: nightly
47-
override: true
4846

4947
- name: cache rust
5048
uses: Swatinem/rust-cache@v1

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
rust-toolchain:
18-
- nightly
18+
- nightly-2022-07-01
1919
python-version:
2020
- '3.7'
2121
- '3.8'
@@ -86,7 +86,7 @@ jobs:
8686
- run: ./tests/rust_coverage_export.sh
8787

8888
- uses: codecov/codecov-action@v2
89-
if: matrix.rust-toolchain == 'nightly'
89+
if: matrix.rust-toolchain == 'nightly-2022-07-01'
9090
with:
9191
env_vars: PYTHON
9292

@@ -179,10 +179,8 @@ jobs:
179179
- uses: actions-rs/toolchain@v1
180180
with:
181181
profile: minimal
182-
toolchain: nightly
183182
components: rust-src
184183
target: wasm32-unknown-emscripten
185-
override: true
186184

187185
- name: cache rust
188186
uses: Swatinem/rust-cache@v1

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
nightly-2022-07-01

0 commit comments

Comments
 (0)