File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed 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.70 "
17+ rust-version = " 1.60 "
1818
1919[workspace ]
2020members = [
Original file line number Diff line number Diff line change @@ -46,8 +46,10 @@ See the [snazzy repository][snazzy] for a simple start-to-finish example.
4646
4747### MSRV
4848
49- ` prost ` follows the ` tokio-rs ` project's MSRV model and supports 1.70. For more
50- information on the tokio msrv policy you can check it out [ here] [ tokio msrv ]
49+ ` prost ` follows the ` tokio-rs ` project's MSRV model and supports 1.70. Some
50+ crates' MSRV might be lower than this version, see each ` rust-version ` field of
51+ the manifest file. For more information on the tokio msrv policy you can check
52+ it out [ here] [ tokio msrv ]
5153
5254[ tokio msrv ] : https://github.com/tokio-rs/tokio/#supported-rust-versions
5355
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.70 "
15+ rust-version = " 1.60 "
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.70 "
15+ rust-version = " 1.60 "
1616
1717[lib ]
1818doctest = false
You can’t perform that action at this time.
0 commit comments