TrueLayer / ginepro

A client-side gRPC channel implementation for tonic
Apache License 2.0
127 stars 24 forks source link

update tonic/prost and prepare for 0.3.0 release #25

Closed tl-helge-hoff closed 2 years ago

tl-helge-hoff commented 2 years ago

This PR does the following: Adds changelog for 0.3.0 release. Updates tonic to 0.6 and prost to 0.9. Removes blip comment . Updates to rust 2021 edition

tl-marco-ieni commented 2 years ago

I removed the cargo audit action and I opened https://github.com/actions-rs/audit-check/issues/215

tl-marco-ieni commented 2 years ago

I reintroduced back the action. The trick was to install the toolchain before running the action, in order to use the latest version of cargo.