Skip to content

v0.20.7

Choose a tag to compare

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

Fixed

  • Replaced the remaining fallible Status::try_from conversions in the Tonic
    adapter tests with the infallible Status::from API so Clippy's
    unnecessary_fallible_conversions lint passes under -D warnings.