Commit 689ca1a 1 parent 55f9170 commit 689ca1a Copy full SHA for 689ca1a
File tree 10 files changed +24
-6
lines changed
10 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
env :
4
4
CARGO_TERM_COLOR : always
5
- MSRV : ' 1.70 '
5
+ MSRV : ' 1.75 '
6
6
7
7
on :
8
8
push :
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ default-members = ["axum", "axum-*"]
5
5
# Example has been deleted, but README.md remains
6
6
exclude = [" examples/async-graphql" ]
7
7
resolver = " 2"
8
+
9
+ [workspace .package ]
10
+ rust-version = " 1.75"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ # Unreleased
9
+
10
+ - ** change:** Update minimum rust version to 1.75 ([ #2943 ] )
11
+
12
+ [ #2943 ] : https://github.com/tokio-rs/axum/pull/2943
13
+
8
14
# 0.4.5
9
15
10
16
- ** fixed:** Compile errors from the internal ` __log_rejection ` macro under
Original file line number Diff line number Diff line change 2
2
categories = [" asynchronous" , " network-programming" , " web-programming" ]
3
3
description = " Core types and traits for axum"
4
4
edition = " 2021"
5
- rust-version = " 1.57 "
5
+ rust-version = { workspace = true }
6
6
homepage = " https://github.com/tokio-rs/axum"
7
7
keywords = [" http" , " web" , " framework" ]
8
8
license = " MIT"
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning].
8
8
# Unreleased
9
9
10
10
- ** breaking:** Update to prost 0.13. Used for the ` Protobuf ` extractor ([ #2829 ] )
11
- - ** change:** Update minimum rust version to 1.70 ([ #2829 ] )
11
+ - ** change:** Update minimum rust version to 1.75 ([ #2943 ] )
12
12
13
13
[ #2829 ] : https://github.com/tokio-rs/axum/pull/2829
14
+ [ #2943 ] : https://github.com/tokio-rs/axum/pull/2943
14
15
15
16
# 0.9.4
16
17
Original file line number Diff line number Diff line change 2
2
categories = [" asynchronous" , " network-programming" , " web-programming" ]
3
3
description = " Extra utilities for axum"
4
4
edition = " 2021"
5
- rust-version = " 1.70 "
5
+ rust-version = { workspace = true }
6
6
homepage = " https://github.com/tokio-rs/axum"
7
7
keywords = [" http" , " web" , " framework" ]
8
8
license = " MIT"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ # Unreleased
9
+
10
+ - ** change:** Update minimum rust version to 1.75 ([ #2943 ] )
11
+
12
+ [ #2943 ] : https://github.com/tokio-rs/axum/pull/2943
13
+
8
14
# 0.4.2
9
15
10
16
- ** added:** Add ` #[debug_middleware] ` ([ #1993 ] , [ #2725 ] )
Original file line number Diff line number Diff line change 2
2
categories = [" asynchronous" , " network-programming" , " web-programming" ]
3
3
description = " Macros for axum"
4
4
edition = " 2021"
5
- rust-version = " 1.66 "
5
+ rust-version = { workspace = true }
6
6
homepage = " https://github.com/tokio-rs/axum"
7
7
keywords = [" axum" ]
8
8
license = " MIT"
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
# Unreleased
9
9
10
10
- ** breaking:** The tuple and tuple_struct ` Path ` extractor deserializers now check that the number of parameters matches the tuple length exactly ([ #2931 ] )
11
+ - ** change:** Update minimum rust version to 1.75 ([ #2943 ] )
11
12
12
13
[ #2931 ] : https://github.com/tokio-rs/axum/pull/2931
14
+ [ #2943 ] : https://github.com/tokio-rs/axum/pull/2943
13
15
14
16
# 0.7.7
15
17
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.7.7"
4
4
categories = [" asynchronous" , " network-programming" , " web-programming::http-server" ]
5
5
description = " Web framework that focuses on ergonomics and modularity"
6
6
edition = " 2021"
7
- rust-version = " 1.66 "
7
+ rust-version = { workspace = true }
8
8
homepage = " https://github.com/tokio-rs/axum"
9
9
keywords = [" http" , " web" , " framework" ]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments