bump protocol version and fix panic from storing display points instead of anchors

This commit is contained in:
Keith Simmons 2022-06-27 15:10:36 -07:00
parent a0577f5f46
commit f73af85218
3 changed files with 49 additions and 35 deletions

View file

@ -6,4 +6,4 @@ pub use conn::Connection;
pub use peer::*;
mod macros;
pub const PROTOCOL_VERSION: u32 = 25;
pub const PROTOCOL_VERSION: u32 = 26;