mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Update MSRV for all crates to 1.75 (#2943)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user