Skip to main content

PROTOCOL_VERSION

Constant PROTOCOL_VERSION 

Source
pub const PROTOCOL_VERSION: u32 = 1;
Expand description

Wire protocol version. Kept manually in lockstep with the PROTOCOL_VERSION constants in crates/phyto-core/src/protocol.rs and the TS packages. The driver fetches this via GET /info and exits cleanly on mismatch — see packages/driver-tauri/src/index.ts. Bump only on breaking wire-format changes.