Skip to content

Commit f6f71fd

Browse files
committed
chore: Update msrv to 1.75
1 parent a8c1e39 commit f6f71fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v4
9393
- uses: hecrj/setup-rust-action@v2
9494
with:
95-
rust-version: "1.71.1" # msrv
95+
rust-version: "1.75" # msrv
9696
- uses: taiki-e/install-action@cargo-no-dev-deps
9797
- uses: Swatinem/rust-cache@v2
9898
- run: cargo no-dev-deps --no-private check --all-features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ may be a good resource as it shows examples of many of the gRPC features.
3838

3939
### Rust Version
4040

41-
`tonic`'s MSRV is `1.71.1`.
41+
`tonic`'s MSRV is `1.75`.
4242

4343
### Dependencies
4444

0 commit comments

Comments
 (0)