pub const PROTOCOL_VERSION: u32 = 6;Expand description
Protocol version number. Bump this when the wire format changes: new/removed/reordered enum variants or struct field changes. Patch releases that don’t change the protocol keep the same version.