add MessagePack as a plugin protocol (#6370)

This commit is contained in:
Darren Schroeder
2022-08-21 06:13:38 -05:00
committed by GitHub
parent 56ce10347e
commit 5337a6dffa
12 changed files with 444 additions and 23 deletions

View File

@ -2802,7 +2802,7 @@ pub fn parse_register(
ParseError::IncorrectValue(
"wrong encoding".into(),
expr.span,
"Encodings available: capnp and json".into(),
"Encodings available: capnp, json, and msgpack".into(),
)
})
})