From e1fa95e1bba2ea2c762bf51313cef1458ad02ad9 Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 14 Nov 2023 00:13:11 +0900 Subject: [PATCH] chore: Bump msrv to 1.65 (#1549) --- .github/workflows/CI.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a3ab20a3f..f0ce998fe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@v3 - uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.64" # msrv + rust-version: "1.65" # msrv - name: Install protoc uses: taiki-e/install-action@v2 with: diff --git a/README.md b/README.md index 0f1c1ba18..d32a1a3ee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For IntelliJ IDEA users, please refer to [this](https://github.com/intellij-rust ### Rust Version -`tonic`'s MSRV is `1.64`. +`tonic`'s MSRV is `1.65`. ```bash $ rustup update