Skip to content

Commit

Permalink
chore: Update msrv to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 22, 2024
1 parent d61a55f commit 5ba1f91
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 @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
with:
rust-version: "1.71.1" # msrv
rust-version: "1.75" # 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 @@ -38,7 +38,7 @@ may be a good resource as it shows examples of many of the gRPC features.

### Rust Version

`tonic`'s MSRV is `1.71.1`.
`tonic`'s MSRV is `1.75`.

### Dependencies

Expand Down

0 comments on commit 5ba1f91

Please sign in to comment.