mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-07 01:02:49 +00:00
update dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ use binrw::{binread, parser, until_exclusive, BinResult, NullString};
|
||||
pub struct Container {
|
||||
#[br(temp, args(string_size))]
|
||||
pub header: FileEntry,
|
||||
#[br(parse_with = until_end, args_raw(string_size))]
|
||||
#[br(parse_with = until_end, args_raw((string_size,)))]
|
||||
pub entries: Vec<FileEntry>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user