Bump protocol version back down as proto changes are non-breaking
This commit is contained in:
parent
a666ca3e40
commit
03cfd23ac5
3 changed files with 1 additions and 3 deletions
|
@ -357,7 +357,6 @@ pub fn deserialize_diagnostics(
|
|||
.collect()
|
||||
}
|
||||
|
||||
//TODO: Deserialize anchors into `Unclipped<Anchor>`?
|
||||
pub fn deserialize_anchor(anchor: proto::Anchor) -> Option<Anchor> {
|
||||
Some(Anchor {
|
||||
timestamp: clock::Local {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue