tokio-rs / prost

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

build: Fix release scripts #1055

Closed caspermeijn closed 4 months ago

caspermeijn commented 4 months ago

The release scripts were broken by moving prost crate into a separated directory in #1033.

Fixes #1054