build: update thespian to use separate cbor package
This commit is contained in:
parent
6eaef79f43
commit
c3cda5b7fe
6 changed files with 33 additions and 6 deletions
|
@ -227,6 +227,7 @@ const Process = struct {
|
|||
UnsupportedType,
|
||||
ExitNormal,
|
||||
ExitUnexpected,
|
||||
InvalidMapType,
|
||||
});
|
||||
|
||||
fn receive_safe(self: *Process, from: tp.pid_ref, m: tp.message) Error!void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue