Skip to content

Commit 476ec3a

Browse files
authored
Hardcode rustc to 1.60.0 for Python CI (#69)
rustc >=1.61.0 breaks the build of our Python API (see https://github.com/rust-lang/rust/blob/1.61.0/RELEASES.md#compatibility-notes). Lets wait for rust-lang/cc-rs#671 to land and hardcode the CI environment to 1.60.0 for now.
1 parent 01499e2 commit 476ec3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
- name: Install latest rust toolchain
1313
uses: actions-rs/toolchain@v1
1414
with:
15-
toolchain: stable
16-
default: true
15+
toolchain: 1.60.0
1716
override: true
1817

1918
- name: install python dependencies

0 commit comments

Comments
 (0)