Skip to content

Commit 7f7ab8b

Browse files
git-f0xDrakulix
authored andcommitted
chore: Rust 2024 edition
Set the formatting style to 2021 edition to avoid disrupting existing work. Remove when possible.
1 parent 35d781d commit 7f7ab8b

File tree

19 files changed

+494
-506
lines changed

19 files changed

+494
-506
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Integration
33
on:
44
push:
55
branches:
6-
- master
6+
- master
77
pull_request:
88

99
jobs:
@@ -67,6 +67,7 @@ jobs:
6767
meson -Dbuiltin=enabled -Dserver=disabled -Dexamples=disabled -Dman-pages=disabled build .
6868
ninja -C build
6969
sudo meson install -C build
70+
sudo ldconfig
7071
- name: Test features
7172
uses: actions-rs/cargo@v1
7273
env:

0 commit comments

Comments
 (0)