Update minimum Rust version to 1.78 (#3412)

This commit is contained in:
Jonas Platte
2025-09-28 19:22:01 +02:00
parent c1ff1539e3
commit 25549f0ba2
7 changed files with 9 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
env:
CARGO_TERM_COLOR: always
MSRV: '1.75'
MSRV: '1.78'
on:
push: