Skip to content

Commit 96e62c8

Browse files
MarinPostmahawkw
authored andcommitted
feat(api): update tonic to v0.10 and increase MSRV to 1.64 (#464)
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.
1 parent d05fa9e commit 96e62c8

File tree

12 files changed

+165
-118
lines changed

12 files changed

+165
-118
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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)