Tags: bufbuild/plugins
Tags
Add grpc/swift-protobuf v2.1.2 (#2161) Needed an update to the dependencies (related to #1941). For context, the steps were (from the plugin's directory): ``` $ git clone --depth 1 --branch 2.1.2 https://github.com/grpc/grpc-swift-protobuf --recursive $ cd grpc-swift-protobuf $ swift package resolve $ mv Package.resolved ../ ``` Probably a good reason to look to automate this now. Fixes #2160.
Add tonic-prost crate dependency to tonic 0.5.0 (#2129) This was changed upstream, perhaps unintentionally, but our crates now need to pull in tonic-prost explicitly or they will fail to compile. Ref: hyperium/tonic@969408e#r171907626
Enable `flat_output_dir` option for prost 0.5.0 (#2123) The BSR's cargo registry expects a certain file structure from the plugin for generating the lib.rs file that creates the package. This changed from 0.4.0 to 0.5.0; enable this option so that 0.5.0 matches the 0.4.0 output. Ref: neoeinstein/protoc-gen-prost#89
PreviousNext