build: update thespian for new cbor
This commit is contained in:
parent
54eb30468a
commit
0ce522828d
5 changed files with 10 additions and 2 deletions
|
@ -58,6 +58,8 @@ pub const Error = error{
|
|||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
InvalidMapType,
|
||||
InvalidUnion,
|
||||
} || std.Thread.SpawnError;
|
||||
|
||||
pub fn init(allocator: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool, _: *const fn (ctx: *anyopaque) void) Error!Self {
|
||||
|
|
|
@ -36,6 +36,8 @@ pub const Error = error{
|
|||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
InvalidMapType,
|
||||
InvalidUnion,
|
||||
} || std.Thread.SpawnError;
|
||||
|
||||
pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue