Skip to content

Commit 5a80b98

Browse files
authored
bump tonic/prost dependencies and MSRV to 1.64 (#464)
* (chore): bump tonic and prost dependencies * (chore): bump MSRV to 1.64.0
1 parent bc81b8a commit 5a80b98

12 files changed

+165
-118
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
os: [ubuntu-latest, macos-latest, windows-latest]
5252
rust: [stable]
5353
include:
54-
# Make 1.60 MSRV, as it's Tonic 0.9's MSRV.
55-
- rust: 1.60.0
54+
# Make 1.64 MSRV, as it's Tonic 0.10's MSRV.
55+
- rust: 1.64.0
5656
os: ubuntu-latest
5757
# Try to build on the latest nightly. This job is allowed to fail, but
5858
# it's useful to help catch bugs in upcoming Rust versions.

0 commit comments

Comments
 (0)