Skip to content

Prost v0.13.4

Latest
Compare
Choose a tag to compare
@caspermeijn caspermeijn released this 06 Dec 15:41
· 5 commits to master since this release
60d4c33

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

Features

  • Impl Name for Protobuf well-known wrapper types (#1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#1192)

Dependencies

  • Remove unused bytes dependency from prost-build (#1169)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=17 to >=16, <=18 (#1173)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 (#1195)
  • Update protobuf to v25.3 (#1165)
  • Update protobuf to v25.4 (#1176)

Styling

  • Remove explicit lifetimes (#1180)
  • Remove unnecessary empty line after document (#1181)

Testing

  • (boxed_field) Confirm Foo::bar is boxed (#1168)
  • Move build.rs to standard location (#1167)
  • (custom_debug) Merge skip_debug into custom_debug (#1178)
  • Rename invalid_doctest to disable_comments (#1183)
  • (custom_attributes) Move module to separate file (#1187)

Build

  • Bump clippy version to 1.82 (#1182)
  • Restrict permissions of GITHUB_TOKEN (#1189)