v0.37.0
October 4th, 2023
This release updates prost
to v0.12 and tonic
to v0.10, and makes serde
an optional dependency, now only enabled with the serde
feature.
Features
- Update
prost
to v0.12 andtonic
to v0.10 (#145)
Improvements
- Make
serde
an optional dependency, now only enabled with theserde
feature (#152)