Skip to content

Commit 3cb37f2

Browse files
authored
chore: Bump MSRV to 1.70 (#982)
Rust 1.70 is 7 month old at this time. A transient dependency `home` requires at least rust 1.70. prost-build v0.12.3 (/workspaces/prost/prost-build) └── which v4.4.2 └── home v0.5.9
1 parent 63c0024 commit 3cb37f2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
toolchain:
3535
- stable
36-
- "1.65"
36+
- "1.70"
3737
os:
3838
- ubuntu-latest
3939
- macos-latest

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.60"
17+
rust-version = "1.70"
1818

1919
[workspace]
2020
members = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4848
information 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

prost-build/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-build"
1212
readme = "README.md"
1313
description = "A Protocol Buffers implementation for the Rust Language."
1414
edition = "2021"
15-
rust-version = "1.60"
15+
rust-version = "1.70"
1616

1717
[features]
1818
default = ["format"]

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.60"
15+
rust-version = "1.70"
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.60"
15+
rust-version = "1.70"
1616

1717
[lib]
1818
doctest = false

0 commit comments

Comments
 (0)