File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,8 @@ jobs:
324324 target : ${{ matrix.target }}
325325 manylinux : ${{ matrix.manylinux }}
326326 args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13' }}
327- rust-toolchain : stable
327+ # using 1.77 as a temporary build to ship one last windows 7 release
328+ rust-toolchain : 1.77
328329 working-directory : crates/jiter-python
329330
330331 - run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} crates/jiter-python/dist/
@@ -376,7 +377,8 @@ jobs:
376377
377378 - name : install rust stable
378379 id : rust-toolchain
379- uses : dtolnay/rust-toolchain@stable
380+ # using 1.77 as a temporary build to ship one last windows 7 release
381+ uses : dtolnay/rust-toolchain@1.77
380382 with :
381383 components : llvm-tools
382384
You can’t perform that action at this time.
0 commit comments