chore: Rust 2024 edition

Set the formatting style to 2021 edition to avoid disrupting existing work.
Remove when possible.
This commit is contained in:
Vukašin Vojinović 2025-07-21 14:56:53 +02:00 committed by Victoria Brekenfeld
parent 35d781dc1e
commit 7f7ab8bcbe
19 changed files with 494 additions and 506 deletions

View file

@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- master
- master
pull_request:
jobs:
@ -67,6 +67,7 @@ jobs:
meson -Dbuiltin=enabled -Dserver=disabled -Dexamples=disabled -Dman-pages=disabled build .
ninja -C build
sudo meson install -C build
sudo ldconfig
- name: Test features
uses: actions-rs/cargo@v1
env: