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
@@ -104,7 +104,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
## Minimum supported Rust version
axum's MSRV is 1.75.
axum's MSRV is 1.78.
## Examples