Use xz2 instead of liblzma, update dependencies
This commit is contained in:
parent
c665cf3522
commit
28ec74d440
5 changed files with 127 additions and 119 deletions
|
|
@ -189,9 +189,9 @@ pub fn context_menu<'a>(
|
|||
"application/x-bzip",
|
||||
#[cfg(feature = "bzip2")]
|
||||
"application/x-bzip-compressed-tar",
|
||||
#[cfg(feature = "liblzma")]
|
||||
#[cfg(feature = "xz2")]
|
||||
"application/x-xz",
|
||||
#[cfg(feature = "liblzma")]
|
||||
#[cfg(feature = "xz2")]
|
||||
"application/x-xz-compressed-tar",
|
||||
]
|
||||
.iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue