Skip to content

Commit

Permalink
chore: Relax MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Feb 29, 2024
1 parent 8a04f72 commit 7e4f10b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ description = "A Protocol Buffers implementation for the Rust Language."
keywords = ["protobuf", "serialization"]
categories = ["encoding"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.60"

[workspace]
members = [
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -46,8 +46,10 @@ See the [snazzy repository][snazzy] for a simple start-to-finish example.

### MSRV

`prost` follows the `tokio-rs` project's MSRV model and supports 1.70. For more
information on the tokio msrv policy you can check it out [here][tokio msrv]
`prost` follows the `tokio-rs` project's MSRV model and supports 1.70. Some
crates' MSRV might be lower than this version, see each `rust-version` field of
the manifest file. For more information on the tokio msrv policy you can check
it out [here][tokio msrv]

[tokio msrv]: https://github.com/tokio-rs/tokio/#supported-rust-versions

Expand Down
2 changes: 1 addition & 1 deletion prost-derive/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-derive"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
edition = "2021"
rust-version = "1.70"
rust-version = "1.60"

[lib]
proc_macro = true
Expand Down
2 changes: 1 addition & 1 deletion prost-types/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-types"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
edition = "2021"
rust-version = "1.70"
rust-version = "1.60"

[lib]
doctest = false
Expand Down

0 comments on commit 7e4f10b

Please sign in to comment.