Commit fb9e197 1 parent e784977 commit fb9e197 Copy full SHA for fb9e197
File tree 7 files changed +9
-8
lines changed
7 files changed +9
-8
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 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,7 @@ 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 ] )
12
-
13
- [ #2829 ] : https://github.com/tokio-rs/axum/pull/2829
11
+ - ** change:** Update minimum rust version to 1.75
14
12
15
13
# 0.9.4
16
14
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 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 @@ -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