Skip to content

Commit 177c1f3

Browse files
authored
chore: Bump msrv to 1.70 (#1587)
1 parent 48dd15e commit 177c1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v3
8989
- uses: hecrj/setup-rust-action@v2
9090
with:
91-
rust-version: "1.65" # msrv
91+
rust-version: "1.70" # msrv
9292
- name: Install protoc
9393
uses: taiki-e/install-action@v2
9494
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For IntelliJ IDEA users, please refer to [this](https://github.com/intellij-rust
4545

4646
### Rust Version
4747

48-
`tonic`'s MSRV is `1.65`.
48+
`tonic`'s MSRV is `1.70`.
4949

5050
```bash
5151
$ rustup update

0 commit comments

Comments
 (0)