ksud: Force creating new module format to avoid many wired issues. close #1384, close #1381

This commit is contained in:
weishu
2024-02-25 22:29:02 +08:00
parent 3f12080dfe
commit 300d9d4cca
3 changed files with 56 additions and 54 deletions

View File

@@ -37,6 +37,7 @@ sha256 = "1"
tempdir = "0.3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }
fs_extra = "1.3"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", features = ["all-apis"] }