Skip to content

Commit

Permalink
specify MSRV for stable toolchain in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Apr 2, 2024
1 parent 307d31c commit cb66d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10' }}
rust-toolchain: stable
rust-toolchain: stable-1.77.0
docker-options: -e CI
sccache: true

Expand Down

0 comments on commit cb66d1b

Please sign in to comment.