Update MSRV for all crates to 1.75 (#2943)

This commit is contained in:
Jonas Platte
2024-09-28 21:21:41 +00:00
committed by GitHub
parent 55f9170c7c
commit 689ca1aea2
10 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Core types and traits for axum"
edition = "2021"
rust-version = "1.57"
rust-version = { workspace = true }
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"