Skip to content

Commit

Permalink
bump tonic/prost dependencies and MSRV to 1.64 (#464)
Browse files Browse the repository at this point in the history
* (chore): bump tonic and prost dependencies

* (chore): bump MSRV to 1.64.0
  • Loading branch information
MarinPostma authored Sep 15, 2023
1 parent bc81b8a commit 5a80b98
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable]
include:
# Make 1.60 MSRV, as it's Tonic 0.9's MSRV.
- rust: 1.60.0
# Make 1.64 MSRV, as it's Tonic 0.10's MSRV.
- rust: 1.64.0
os: ubuntu-latest
# Try to build on the latest nightly. This job is allowed to fail, but
# it's useful to help catch bugs in upcoming Rust versions.
Expand Down
Loading

0 comments on commit 5a80b98

Please sign in to comment.