mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 12:51:31 +03:00
codec: bump version
Something in the ABI changed recently, so we need to bump this avoid weird repeated errors with the mux client
This commit is contained in:
parent
ccc1a2beff
commit
97eaa58112
@ -416,7 +416,7 @@ macro_rules! pdu {
|
||||
/// The overall version of the codec.
|
||||
/// This must be bumped when backwards incompatible changes
|
||||
/// are made to the types and protocol.
|
||||
pub const CODEC_VERSION: usize = 28;
|
||||
pub const CODEC_VERSION: usize = 29;
|
||||
|
||||
// Defines the Pdu enum.
|
||||
// Each struct has an explicit identifying number.
|
||||
|
Loading…
Reference in New Issue
Block a user