We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c1e39 commit f6f71fdCopy full SHA for f6f71fd
.github/workflows/CI.yml
@@ -92,7 +92,7 @@ jobs:
92
- uses: actions/checkout@v4
93
- uses: hecrj/setup-rust-action@v2
94
with:
95
- rust-version: "1.71.1" # msrv
+ rust-version: "1.75" # msrv
96
- uses: taiki-e/install-action@cargo-no-dev-deps
97
- uses: Swatinem/rust-cache@v2
98
- run: cargo no-dev-deps --no-private check --all-features
README.md
@@ -38,7 +38,7 @@ may be a good resource as it shows examples of many of the gRPC features.
38
39
### Rust Version
40
41
-`tonic`'s MSRV is `1.71.1`.
+`tonic`'s MSRV is `1.75`.
42
43
### Dependencies
44
0 commit comments