Skip to content

Commit cd2f4e4

Browse files
committed
Fix CI: pin Rust 1.93.1 for edition 2024 support
1 parent 7ce5634 commit cd2f4e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- uses: dtolnay/rust-toolchain@stable
20+
- uses: dtolnay/rust-toolchain@master
21+
with:
22+
toolchain: "1.93.1"
2123
- run: cargo install toq-cli
2224
- run: pip install -e ".[dev]"
2325
- run: python -m pytest tests/ -v

0 commit comments

Comments
 (0)