Use xz2 instead of liblzma, update dependencies

This commit is contained in:
Jeremy Soller 2025-03-31 09:05:32 -06:00
parent c665cf3522
commit 28ec74d440
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
5 changed files with 127 additions and 119 deletions

View file

@ -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()