mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 15:59:03 +03:00
fix: liblzma dynamic linking issues on MacOS (#712)
This commit is contained in:
Generated
+1
@@ -654,6 +654,7 @@ dependencies = [
|
||||
"if-addrs",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"liblzma",
|
||||
"log",
|
||||
"md5",
|
||||
"mime_guess",
|
||||
|
||||
@@ -22,6 +22,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
async_zip = { version = "0.0.18", default-features = false, features = ["deflate", "bzip2", "xz", "chrono", "tokio"] }
|
||||
liblzma = { version = "0.4", features = ["static"] } # avoid dynamic linking issues on MacOS
|
||||
headers = "0.4"
|
||||
mime_guess = "2.0"
|
||||
if-addrs = "0.15"
|
||||
|
||||
Reference in New Issue
Block a user