chore: fork libarchive3-sys

This commit is contained in:
Jef Roosens 2023-07-13 10:45:39 +02:00
parent 7be4d83ca3
commit fb610c9287
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
11 changed files with 958 additions and 6 deletions

View file

@ -39,7 +39,7 @@ pub struct PkgInfo {
}
#[derive(Debug, PartialEq, Eq)]
enum ParsePkgInfoError {
pub enum ParsePkgInfoError {
InvalidSize,
InvalidBuildDate,
InvalidPgpSigSize,