Migrate to rust edition 2024

This commit is contained in:
Joscha 2025-02-21 12:49:33 +01:00
parent cc74779e5d
commit 69f36de2d3
5 changed files with 13 additions and 7 deletions

View file

@ -23,6 +23,9 @@ jobs:
with:
version: 10
- name: Set up rust
run: rustup update
# https://github.com/tauri-apps/tauri-action?tab=readme-ov-file#usage
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners
- name: Install tauri dependencies
@ -52,6 +55,9 @@ jobs:
with:
version: 10
- name: Set up rust
run: rustup update
- name: Build
run: ./meta/build