From 860b11e182d81edea834c9939d56975ed092dd34 Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 30 Jan 2024 20:29:22 +0900 Subject: [PATCH] chore: Bump msrv to 1.70 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- prost-build/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eed5c142a..e7629f932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: matrix: toolchain: - stable - - "1.65" + - "1.70" os: - ubuntu-latest - macos-latest diff --git a/README.md b/README.md index 5f3535d62..319fd3950 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ start-to-finish example. ### MSRV -`prost` follows the `tokio-rs` project's MSRV model and supports 1.60. For more +`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] [tokio msrv]: https://github.com/tokio-rs/tokio/#supported-rust-versions diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index f439f4fc1..de9097f6b 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/prost-build" readme = "README.md" description = "A Protocol Buffers implementation for the Rust Language." edition = "2021" -rust-version = "1.60" +rust-version = "1.70" [features] default = ["format"]