Skip to content

v0.20.6

Choose a tag to compare

@RAprogramm RAprogramm released this 24 Sep 11:17
· 323 commits to main since this release

Fixed

  • Restored compilation on Rust 1.90+ by aliasing the infallible gRPC
    conversion error to core::convert::Infallible and re-exporting it without
    exposing the private convert::tonic module.