Skip to content

Commit

Permalink
chore: Bump msrv to 1.70 (hyperium#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 5, 2024
1 parent 48dd15e commit 177c1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 177c1f3

Please sign in to comment.