File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 matrix :
3434 toolchain :
3535 - stable
36- - " 1.65 "
36+ - " 1.70 "
3737 os :
3838 - ubuntu-latest
3939 - macos-latest
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description = "A Protocol Buffers implementation for the Rust Language."
1414keywords = [" protobuf" , " serialization" ]
1515categories = [" encoding" ]
1616edition = " 2021"
17- rust-version = " 1.60 "
17+ rust-version = " 1.70 "
1818
1919[workspace ]
2020members = [
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ start-to-finish example.
4444
4545### MSRV
4646
47- ` prost ` follows the ` tokio-rs ` project's MSRV model and supports 1.60 . For more
47+ ` prost ` follows the ` tokio-rs ` project's MSRV model and supports 1.70 . For more
4848information on the tokio msrv policy you can check it out [ here] [ tokio msrv ]
4949
5050[ tokio msrv ] : https://github.com/tokio-rs/tokio/#supported-rust-versions
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-build"
1212readme = " README.md"
1313description = " A Protocol Buffers implementation for the Rust Language."
1414edition = " 2021"
15- rust-version = " 1.60 "
15+ rust-version = " 1.70 "
1616
1717[features ]
1818default = [" format" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-derive"
1212readme = " README.md"
1313description = " A Protocol Buffers implementation for the Rust Language."
1414edition = " 2021"
15- rust-version = " 1.60 "
15+ rust-version = " 1.70 "
1616
1717[lib ]
1818proc_macro = true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-types"
1212readme = " README.md"
1313description = " A Protocol Buffers implementation for the Rust Language."
1414edition = " 2021"
15- rust-version = " 1.60 "
15+ rust-version = " 1.70 "
1616
1717[lib ]
1818doctest = false
You can’t perform that action at this time.
0 commit comments