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
I'm thinking we'll work on this in a feature branch, accepting that it won't build until we've finished migrating all the protobuf references, then PR that into main.
protobuf
v3 changes the API significantly (stepancheg/rust-protobuf#518, stepancheg/rust-protobuf#521), so updating to the latest version would involve a lot of changes.Since we have to use
prost
in enclaves (becauseprotobuf
does not supportno_std
), we might as well switch everything toprost
.The text was updated successfully, but these errors were encountered: