diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d7ce9c95c..ef5d39049 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/README.md b/README.md index ec6ee6b36..6dd53c318 100644 --- a/README.md +++ b/README.md @@ -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