Skip to main content

Module version

Module version 

Source
Expand description

Version pins this crate is tested against.

Constants§

STREAM_SCHEMA_VERSION
Envelope schema_version the models target.
TESTED_MUSE_BUILD
Full build string of the tested binary.
TESTED_MUSE_VERSION
Muse Code release the live suite last passed against (muse --version reports Muse Code 0.2.1 (0.2.1-R1215.1)). The 0.1.0 captures remain committed and still parse — 0.2.1’s wire is a superset (adds task.lifecycle.failed in practice and drops correlation_facts on pre-execution tool rejections).

Functions§

tested_cli_build
The full build string of the tested release; alias of TESTED_MUSE_BUILD.
tested_cli_version
The tested-against CLI release — the workspace-uniform accessor (tested_cli_version() exists in every crate here); alias of TESTED_MUSE_VERSION. Kept in lockstep with the README by CI.