build: update thespian for new cbor
This commit is contained in:
parent
54eb30468a
commit
0ce522828d
5 changed files with 10 additions and 2 deletions
|
@ -27,6 +27,8 @@ pub const Error = error{
|
|||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
InvalidMapType,
|
||||
InvalidUnion,
|
||||
};
|
||||
|
||||
pub const OutputHandler = fn (context: usize, parent: tp.pid_ref, arg0: []const u8, output: []const u8) void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue