tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

Need new quick-protobuf release for pb-rs 0.9.0 #165

Closed therealprof closed 4 years ago

therealprof commented 4 years ago

Rust code generated by pb-rs 0.9.0 (due to #158) requires the new implementation in the quick-protobuf crate and hence a new release, too:

error[E0432]: unresolved import `quick_protobuf::WriterBackend`
  --> src/usp.rs:15:70
   |
15 | use quick_protobuf::{MessageRead, MessageWrite, BytesReader, Writer, WriterBackend, Result};
   |                                                                      ^^^^^^^^^^^^^ no `WriterBackend` in the root
tafia commented 4 years ago

I'll do it tonight!

tafia commented 4 years ago

Published v0.7.0 for which I've also removed failure dependency.