Bump version in the CIs

This commit is contained in:
Kerollmops 2025-03-31 16:45:08 +02:00
parent f0f6c3000f
commit ee15d4fe77
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
15 changed files with 132 additions and 134 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.81
- uses: dtolnay/rust-toolchain@1.85
- name: Install cargo-deb
run: cargo install cargo-deb
- uses: actions/checkout@v3