From 6fcc971484393b991fb89081591b262d75c9805f Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sat, 10 Feb 2024 18:55:51 +0100 Subject: [PATCH] Bump MSRV to 1.75 --- .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 06bf43629..7769d2a76 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@v2 with: - rust-version: "1.70" # msrv + rust-version: "1.75" # msrv - name: Install protoc uses: taiki-e/install-action@v2 with: diff --git a/README.md b/README.md index 0448089d2..d05fc1f09 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.70`. +`tonic`'s MSRV is `1.75`. ```bash $ rustup update