Skip to content

v0.11.3

Compare
Choose a tag to compare
@LucioFranco LucioFranco released this 29 Nov 01:43
· 98 commits to master since this release
32ce2c0

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

This patch updates brings a few new features and fixes:

  • build: Use log to print error logs.
  • build: Remove accidentally included prints.
  • build: Improve debian error message hint.