mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
update linux.rs & macos.rs with bytes:Byte
issues:958
This commit is contained in:
@@ -8,7 +8,6 @@ fn main() {
|
||||
.customize(
|
||||
protobuf_codegen::Customize::default()
|
||||
.tokio_bytes(true)
|
||||
// .tokio_bytes_for_string(true)
|
||||
)
|
||||
.run()
|
||||
.expect("Codegen failed.");
|
||||
|
||||
Reference in New Issue
Block a user