Skip to content

Commit c9604a6

Browse files
committed
Switch to nightly toolchain by default (at least until pyo3 0.11 is released)
1 parent 14457ac commit c9604a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
{ os: "windows-latest", python-architecture: "x64", rust-target: "x86_64-pc-windows-msvc" },
1616
{ os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" },
1717
]
18-
1918
steps:
2019
- uses: actions/checkout@v2
2120
- name: Set up Python ${{ matrix.python-version }}
@@ -25,7 +24,7 @@ jobs:
2524
- name: Install Rust
2625
uses: actions-rs/toolchain@v1
2726
with:
28-
toolchain: stable
27+
toolchain: nightly
2928
default: true
3029
- run: rustup set default-host ${{ matrix.platform.rust-target }}
3130
- name: Build without default features

0 commit comments

Comments
 (0)