Use the dtolnay rust toolchain

This commit is contained in:
Clément Renault
2024-07-29 10:00:40 +02:00
parent c2c1ba39ee
commit 986991277f
15 changed files with 24 additions and 24 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
apt-get update && apt-get install -y curl
apt-get install build-essential -y
- uses: helix-editor/rust-toolchain@v1
- uses: dtolnay/rust-toolchain@v1.70
- name: Install cargo-deb
run: cargo install cargo-deb
- uses: actions/checkout@v3