chore(ci): define rust toolchain as 1.70.0

This commit is contained in:
Michael Aaron Murphy 2023-06-27 03:29:12 +02:00 committed by Michael Murphy
parent 71475813c0
commit 042c1642bd

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install toolchain
run: rustup toolchain install 1.69.0 --component rustfmt
run: rustup toolchain install 1.70.0 --component rustfmt
- name: fmt
run: cargo fmt --all --check
@ -24,7 +24,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev
- uses: actions/checkout@v3
- name: install toolchain
run: rustup toolchain install 1.69.0 --component clippy
run: rustup toolchain install 1.70.0 --component clippy
- name: clippy
run: cargo clippy --all-features