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 Nov 27, 2024
1 parent bf54cef commit bb890a8
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 @@ -95,7 +95,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 bb890a8

Please sign in to comment.