Skip to content

Commit 7e4f10b

Browse files
committed
chore: Relax MSRV
1 parent 8a04f72 commit 7e4f10b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A Protocol Buffers implementation for the Rust Language."
1414
keywords = ["protobuf", "serialization"]
1515
categories = ["encoding"]
1616
edition = "2021"
17-
rust-version = "1.70"
17+
rust-version = "1.60"
1818

1919
[workspace]
2020
members = [

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

prost-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-derive"
1212
readme = "README.md"
1313
description = "A Protocol Buffers implementation for the Rust Language."
1414
edition = "2021"
15-
rust-version = "1.70"
15+
rust-version = "1.60"
1616

1717
[lib]
1818
proc_macro = true

prost-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-types"
1212
readme = "README.md"
1313
description = "A Protocol Buffers implementation for the Rust Language."
1414
edition = "2021"
15-
rust-version = "1.70"
15+
rust-version = "1.60"
1616

1717
[lib]
1818
doctest = false

0 commit comments

Comments
 (0)