update the dtolnay action to 1.89

This commit is contained in:
Tamo
2025-09-18 15:52:39 +02:00
parent e43d67591c
commit ad4f5514b9
15 changed files with 23 additions and 23 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.85
- uses: dtolnay/rust-toolchain@1.89
- name: Install cargo-deb
run: cargo install cargo-deb
- uses: actions/checkout@v5