pub const CURRENT_REVISION: u32 = 1;
Expand description
Current revision of the exchange protocol between plugin and tool.
§History
§Revision 0
Initial revision.
§Revision 1
The revision
field was added to PluginInfo
. The
crate::OkResponse::Map
response of a crate::Request::PluginInfo
request now contains a revision
key. Therfore, without the revision
key
in the response you will have a revision 0
.