We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7958cf7 commit 401224eCopy full SHA for 401224e
.github/workflows/publish.yml
@@ -111,7 +111,7 @@ jobs:
111
target: ${{ matrix.target }}
112
manylinux: ${{ matrix.manylinux }}
113
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
114
- rust-toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
+ rust-toolchain: '1.80.1'
115
docker-options: -e CI
116
117
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
CHANGELOG
0 commit comments