Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliza/tonic 0.9 #420

Merged
merged 3 commits into from
May 9, 2023
Merged

Eliza/tonic 0.9 #420

merged 3 commits into from
May 9, 2023

Commits on May 9, 2023

  1. feat(console-api): update tonic to v0.9 (#420)

    This commit updates the Tonic dependency for `console-api` from v0.8 to
    v0.9.
    
    BREAKING CHANGE:
    
    This is a breaking change for users of `console-api`, as it changes the
    public `tonic` dependency to a semver-incompatible version. This breaks
    compatibility with `tonic` 0.8.
    hawkw committed May 9, 2023
    Configuration menu
    Copy the full SHA
    774e742 View commit details
    Browse the repository at this point in the history
  2. feat: update tonic to 0.9 (#420)

    This commit updates the `console-subscriber` and `tokio-console` crates'
    `tonic` dependencies to 0.9. This is not a breaking change to these
    crates.
    hawkw committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3031c9d View commit details
    Browse the repository at this point in the history
  3. feat: update MSRV to Rust 1.60.0

    This is `tonic` 0.9's MSRV, so we must update our minimum Rust version
    as well.
    hawkw committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4cabcf1 View commit details
    Browse the repository at this point in the history