update linux.rs & macos.rs with bytes:Byte

issues:958
This commit is contained in:
tom
2022-07-17 00:59:56 +08:00
parent efa6b5972d
commit ae839bd5bf
3 changed files with 8 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ fn main() {
.customize(
protobuf_codegen::Customize::default()
.tokio_bytes(true)
// .tokio_bytes_for_string(true)
)
.run()
.expect("Codegen failed.");