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
+2 -1
View File
@@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- **breaking:** Update to prost 0.13. Used for the `Protobuf` extractor ([#2829])
- **change:** Update minimum rust version to 1.70 ([#2829])
- **change:** Update minimum rust version to 1.75 ([#2943])
[#2829]: https://github.com/tokio-rs/axum/pull/2829
[#2943]: https://github.com/tokio-rs/axum/pull/2943
# 0.9.4
+1 -1
View File
@@ -2,7 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Extra utilities for axum"
edition = "2021"
rust-version = "1.70"
rust-version = { workspace = true }
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"