You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated `proto/proof.rs` using the latest stable protoc (3.5.1) and protoc-gen-rust
plugin (1.6.0).
* I had to make a tiny manual modification to `proto/proof.rs`. On line 298 I
added derivation of `Debug` in order to satisfy the lint directive in
`lib.rs`.
* `bytes` protobuf fields are empty if the message doesn't contain the
corresponding element, so since methods are no longer provided to directly
check, we use `is_empty()` on the corresponding struct fields.
0 commit comments