build: update thespian for new cbor
This commit is contained in:
parent
54eb30468a
commit
0ce522828d
5 changed files with 10 additions and 2 deletions
|
@ -231,6 +231,8 @@ pub fn restore_state_v0(self: *Self, data: []const u8) error{
|
|||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
InvalidMapType,
|
||||
InvalidUnion,
|
||||
}!void {
|
||||
tp.trace(tp.channel.debug, .{"restore_state_v0"});
|
||||
defer self.sort_files_by_mtime();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue