Skip to content

Commit

Permalink
feat(api): update tonic to v0.10 and increase MSRV to 1.64 (#464)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
This is a breaking change for users of `console-api` and
`console-subscriber`, as it changes the public `tonic` dependency to a
semver-incompatible version. This breaks compatibility with `tonic`
0.9.x and `prost` 0.11.x.
  • Loading branch information
MarinPostma authored and hawkw committed Sep 29, 2023
1 parent d05fa9e commit 96e62c8
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
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

0 comments on commit 96e62c8

Please sign in to comment.