Skip to content

Commit 5a93e97

Browse files
committed
chore: Use stable Rust for tox tests
1 parent 1371f21 commit 5a93e97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129

130130
- uses: actions-rs/toolchain@v1
131131
with:
132-
# TODO: Using nightly makes `cargo build` fail (at least it happens with 2020-06-12 nightly compiler)
133-
toolchain: nightly-2020-06-11
132+
toolchain: stable
134133
override: true
135134

136135
- name: Run ${{ matrix.python }} tox job

0 commit comments

Comments
 (0)