Skip to content

Commit 1dde760

Browse files
committed
CI: update fmt check to rust 2024
1 parent 0e17901 commit 1dde760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Get required packages
3333
run: sudo apt-get install fd-find
3434
- name: Fmt check
35-
run: rustfmt --check --edition 2021 $(fdfind -e rs)
35+
run: rustfmt --check --edition 2024 $(fdfind -e rs)
3636

3737
clippy:
3838
name: Clippy

0 commit comments

Comments
 (0)