Move to the right rust toolchain version

This commit is contained in:
Clément Renault
2024-07-29 10:06:34 +02:00
parent 986991277f
commit a663e408ad
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: dtolnay/rust-toolchain@v1.70
- uses: dtolnay/rust-toolchain@1.79
- name: Install cargo-deb
run: cargo install cargo-deb
- uses: actions/checkout@v3