Bump rust version to v1.81

This commit is contained in:
Clément Renault
2025-01-09 09:47:08 +01:00
parent cf4c3c287b
commit fe2c0cc3d5
16 changed files with 25 additions and 25 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@1.79
- uses: dtolnay/rust-toolchain@1.81
- name: Install cargo-deb
run: cargo install cargo-deb
- uses: actions/checkout@v3