tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.86k stars 500 forks source link

fix: Only touch include file if contents is changed #1058

Closed caspermeijn closed 3 months ago

caspermeijn commented 4 months ago

Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.