Skip to content

Commit

Permalink
chore: Bump msrv to 1.65 (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Nov 13, 2023
1 parent 680214b commit e1fa95e
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@v1
with:
rust-version: "1.64" # msrv
rust-version: "1.65" # 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.64`.
`tonic`'s MSRV is `1.65`.

```bash
$ rustup update
Expand Down

0 comments on commit e1fa95e

Please sign in to comment.