mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
Bump RPC protocol version
This commit is contained in:
parent
cfaab6cfb6
commit
c13a26ff7b
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ pub mod proto;
|
||||||
pub use conn::Connection;
|
pub use conn::Connection;
|
||||||
pub use peer::*;
|
pub use peer::*;
|
||||||
|
|
||||||
pub const PROTOCOL_VERSION: u32 = 1;
|
pub const PROTOCOL_VERSION: u32 = 2;
|
||||||
|
|
Loading…
Reference in a new issue