feat: update cbor to add support for allocating extraction of arrays
This commit is contained in:
parent
7069d36461
commit
50145dd176
5 changed files with 6 additions and 2 deletions
|
@ -230,6 +230,7 @@ pub fn restore_state_v0(self: *Self, data: []const u8) error{
|
|||
InvalidPIntType,
|
||||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
BadArrayAllocExtract,
|
||||
}!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