Skip to content

Commit

Permalink
chore: Bump msrv to 1.71.1 (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspermeijn authored Aug 30, 2024
1 parent a635c80 commit 78c30b4
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 @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
with:
rust-version: "1.70" # msrv
rust-version: "1.71.1" # msrv
- uses: taiki-e/install-action@cargo-no-dev-deps
- uses: Swatinem/rust-cache@v2
- run: cargo no-dev-deps --no-private check --all-features
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.70`.
`tonic`'s MSRV is `1.71.1`.

```bash
$ rustup update
Expand Down

0 comments on commit 78c30b4

Please sign in to comment.