Pin Rust version in CI workflows to 1.67

This commit is contained in:
thunderbiscuit
2023-04-24 13:51:37 -04:00
parent b8b60dda87
commit f2296704e6
7 changed files with 24 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ jobs:
with:
toolchain: stable
- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: "Install requirements"
run: ${PYBIN}/pip install -r requirements.txt