diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6b5bdb7db..06bf43629 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.65" # msrv + rust-version: "1.70" # msrv - name: Install protoc uses: taiki-e/install-action@v2 with: diff --git a/README.md b/README.md index d32a1a3ee..0448089d2 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.65`. +`tonic`'s MSRV is `1.70`. ```bash $ rustup update